File system Upload and download files
Digi TransPort WR Routers User Guide
259
Remaining User Space: 102,449,152 bytes
digi.router>
Upload and download files
Web
Upload files
1. On the menu, click System > Administration > File System. The File System page appears.
2. Click .
3. Use the local file system to browse to the location of the file to upload. Select the file and click
Open to start the upload.
4. A progress dialog appears. When the upload operation is complete, the file is displayed in the
file list.
Download files
1. On the menu, click System > Administration > File System. The File System page appears.
2. Navigate to the file you want to download and click the file to select it.
To download the event log, select file event.log. To download the system log, select file
system.log.
3. Click . The file downloads to your system using your browser's download settings.
Command line
You can download and upload files using utilities such as Secure Copy (SCP), SSH File Transfer Protocol
(SFTP), or an SFTP application, such as FileZilla.
Upload files using SCP
To upload a file to a device using SCP, use this syntax:
scp filename username@ip_address:filename
For example, to upload a file named script.py to a device at IPaddress 192.168.1.1:
$ scp script.py john@192.168.1.1:script.py
Password:
script.py
100% 3728 0.3KB/s 00:00
Download files using SCP
To download a file from a device using SCP, use this syntax:
scp username@ip_address:filename filename
For example, to download a file named config.da0 to the local directory from a device at IP address
192.168.1.1 using the username john:
$ scp john@192.168.1.1:config.da0 config.da0
Password:
config.da0
100% 254 0.3KB/s 00:00