Posted by : Unknown Thứ Ba, 8 tháng 7, 2014

1. SCP

Mục đích: Copy file /home/usersource/file1 trên server source.local sang thư mục /home/desuser trên server destination.local
- Đứng trên server destination.local gõ lệnh: (lấy file về)
bash-4.2$ scp usersource@source.local:/home/usersource/file1 /home/userdes
Nhập vào password của usersource của source server.

- Hoặc Đứng trên server source.local gõ lệnh (đẩy file đi)
bash-4.2$ scp /home/usersource/file1 desuser@destination.local:/home/userdes

2. FTP
Mục đích: Copy file /home/usersource/file1 trên server source.local sang thư mục /home/desuser trên server destination.local
- Trên server destination.local gõ lệnh: (lấy file về)
bash-4.2$ ftp source.local
(Nhập username/password)
ftp> cd /home/usersource
ftp > ls
ftp> get file 1
ftp> close
ftp> quit

Leave a Reply

Subscribe to Posts | Subscribe to Comments

- Copyright © aix-san-linux - Skyblue - Powered by Blogger - Designed by Johanes Djogan -