Monday, June 13, 2011

File upload download from windows to linux or linux to windows

Local server windows to linux server file upload or linux server to window through PSCP steps are follow,

Requriement.
1. pscp.exe (288 kb this size file working)
2. putty.exe (may needed)

1. open DOS prompt
2. set environment variable path
eg: c:>set PATH=%PATH%;"D:\pscp-path\" and enter
3. d:>pscp-path>pscp enter you can see the option of pscp
4. upload/downlod to server
eg:
pscp yourfile root@yourhost:/serverfolder
pscp root@yourhost:/fromserverfolder d:\your path