File system
Upload and download files
LR54 User Guide
986
Transfer a file from the LR54 device to a remote host
This example downloads a file named
test.py
from the LR54 device at the IP address of
192.168.2.1
with a username of
ahmed
to the local directory on the remote host:
$ sftp [email protected]
Password:
Connected to 192.168.2.1
sftp> get test.py
Fetching test.py to test.py
test.py
100%
254
0.3KB/s
00:00
sftp> exit
$