...
Div |
---|
$ scp -r ./Tmp charon@192.168.2.107:
charon@192.168.2.107's password:
file4.txt 100% 0 0.0KB/s 00:00
file3.txt 100% 0 0.0KB/s 00:00
file1.txt 100% 0 0.0KB/s 00:00
file2.txt 100% 0 0.0KB/s 00:00
|
|
Transferring Files with SFTP
...
Div |
---|
| $ sftp charon@192.168.2.107
charon@192.168.2.107's password:
Connected to 192.168.2.107.
sftp> ls Tmp
Tmp/A Tmp/B Tmp/C
sftp>
sftp> get -r Tmp/
Fetching /home/charon/Tmp/ to Tmp
Retrieving /home/charon/Tmp
Retrieving /home/charon/Tmp/B
Retrieving /home/charon/Tmp/B/b
Retrieving /home/charon/Tmp/B/a
Retrieving /home/charon/Tmp/A
Retrieving /home/charon/Tmp/A/b
Retrieving /home/charon/Tmp/A/a
Retrieving /home/charon/Tmp/C
sftp>
sftp> bye
|
|
Using General Backup and Restore Commands
...
Take care not to overwrite any files on the target system! Please read the respective man-pages carefully to learn about additional parameters of the commands and their proper use.
Transferring Files to/from an MPE/iX Guest
...