![Digi IX20 User Manual Download Page 635](http://html.mh-extra.com/html/digi/ix20/ix20_user-manual_2496666635.webp)
File system
Upload and download files
IX20 User Guide
635
Transfer a file from the IX20 device to a remote host
To copy a file from the IX20 device to a remote host, use the
command as follows:
> scp host
hostname-or-ip
user
username
remote
remote-path
local
local-path
to
remote
where:
n
hostname-or-ip
is the hostname or ip address of the remote host.
n
username
is the name of the user on the remote host.
n
remote-path
is the location on the remote host where the file will be copied.
n
local-path
is the path and filename on the IX20 device.
For example:
To copy a support report from the IX20 device to a remote host at the IP address of 192.168.4.1:
1. Use the
system support-report
command to generate the report:
> system support-report /etc/config/
Saving support report to /etc/config/support-report-0040D0133536-20-08-28-
9.25.12.bin
Support report saved.
>
2. Use the
scp
command to transfer the report to a remote host:
> scp host 192.168.4.1 user admin remote /home/admin/temp/ local
/etc/config/support-report-00:40:D0:13:35:36-20-08-28-9.25.12.bin to remote
[email protected]'s password: adminpwd
support-report-0040D0133536-20-08-28-9.25.12.bin
>
Upload and download files using SFTP
Transfer a file from a remote host to the IX20 device
This example uploads firmware from a remote host to the IX20 device with an IP address of
192.168.2.1
, using the username
ahmed
:
$ sftp [email protected]
Password:
Connected to 192.168.2.1
sftp> put IX20-20.8.22.32
Uploading IX20-20.8.22.32 to IX20-20.8.22.32
IX20-20.8.22.32
100%
24M
830.4KB/s
00:00
sftp> exit
$
Transfer a file from the IX20 device to a remote host
This example downloads a file named
test.py
from the IX20 device at the IP address of
192.168.2.1
with a username of
ahmed
to the local directory on the remote host: