Tuesday, November 24, 2009

Copy files between linux and windows machine

PSCP

If you need to copy files between windows and linux box just use this simple utility "pscp".

Syntax:

pscp [filename] root@Linuxmachine:[path and filename]

Example:

pscp c:\testfile root@10.0.0.10:/home/saad/testfile

1 comment:

  1. similarly you can copy files from Linux box to Windows:

    Example:

    pscp root@10.0.0.10;/home/saad/file c:\downloads

    ReplyDelete