Copy file windows and linux with pscp
download pscp
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
setting path to folder pscp
Copy file from Linux to Windows
pscp -pw password user@example.com:/var/www/index.html c:\data\index.html
Copy file from Windows to Linux
pscp -pw password c:\data\index.html user@example.com:/var/www/index.html
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
setting path to folder pscp
Copy file from Linux to Windows
pscp -pw password user@example.com:/var/www/index.html c:\data\index.html
Copy file from Windows to Linux
pscp -pw password c:\data\index.html user@example.com:/var/www/index.html

Komentar
Posting Komentar