Monday, 15 June 2015

unix - How to copy file from linux to windows -



unix - How to copy file from linux to windows -

anyone please help me how re-create files linux command prompt windows. connecting linux scheme using putty in windows system

before can start transfer should next below steps:

setup linux sever ssh access. install putty on windows machine. the putty-gui can used ssh-connect linux box, file- transfer, need 1 of putty tools called pscp with putty installed, set putty's path pscp can called dos command line. putty installed default settings (in c-drive).if install putty in other dir, please modify below commands accordingly. now on windows dos command prompt: a) set path windows dos command line(windows): type command: set path=c:\program files\putty b) check / verify if pscp working dos command prompt: type command: pscp

the re-create command should below:

pscp.exe linux-username@linux-server-ipaddress: [source-dir-inlinux] [destination-dir-inwin]

this link should help...!

unix

No comments:

Post a Comment