Search This Blog

Friday 3 May 2013

Download files from server using command line and PSCP in Windows

1)        Download pscp.exe
2)        Run >> CMD >> cd program files[location of pscp.exe]
3)        pscp -r username@HOSTIPADDRESS:/var/www/vhosts/abc.com/httpdocs/ C:\backupfiles\httpdocs\
4)        http://www.linuxquestions.org/questions/linux-newbie-8/scp-copy-file-from-remote-linux-server-onto-a-windows-machine-316263/