Home Navigation

Tuesday 11 October 2016

PSCP Command to transfer file from/to Unix server

PSCP is a freeware SCP (Secure CoPy) program for the Windows command line processor. You can use this program instead of FTP for copying files to or from the Unix servers at the NBER offices. FTP is not allowed from clients outside nber.org to servers inside the firewall because FTP leaves passwords in plain-text and vulnerable to eavesdropping. PSCP should work with any host supporting SSH, not just at NBER.

pscp username@yourhost:file.foo c:\temp\file.foo


pscp -v c:\"my documents"\file.foo username@nber.org:file.foo

No comments:

Post a Comment