I think it is important to know how how with Putty, truly it is not big work, But know is important. There fore I am write this.
I am in windows 7 machine and my remote server is linux server so I have to transfer my files to it.
Passing a file to server by
pscp C:/wamp/www/offlineAPI5.1/OfflineAPI5.5-readingImages.zip
sh@192.248.15.237:/home/shalika/localStorage/version5.1
I can not do it to all my files so here is the way to pass the folder
PSCP -r C:/wamp/www/offlineAPI5.1 shalika@192.248.15.237:/home/shalika/localStorage/version5.1
View comments