Alternative: - download pscp from PuTTy download page to Windows computer - from Windows to Linux: # pscp -v file1 user@host:target # pscp -v test.txt admin@192.168.1.90:/tmp
- from Linux to Windows: # pscp -v user@host:file1 target # pscp -v admin@192.168.1.90:/tmp/test.txt C:\
Alternative:
ReplyDelete- download pscp from PuTTy download page to Windows computer
- from Windows to Linux:
# pscp -v file1 user@host:target
# pscp -v test.txt admin@192.168.1.90:/tmp
- from Linux to Windows:
# pscp -v user@host:file1 target
# pscp -v admin@192.168.1.90:/tmp/test.txt C:\