Saturday, May 28, 2011

Windows --> Linux (FTP)

a


a

1 comment:

  1. 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:\

    ReplyDelete