Problem in GET

Advertisement

Ramesh S Kaimal
Guest

Problem in GET

Hi,
I am trying to ftp a file from a remote server to my local system using WinScp Scriptfile.
This is my Script file
=========================
option batch off
option confirm off
open user:pwd@172.19.152.99
lcd C:\
cd /home2/user
option transfer automatic
get abc.txt C:\
close
exit
=========================
When i Run this from command prompt using "winscp3.com /console /script=C:\scr.txt" i am getting message as Host has not answered in 15 seconds..when i retry also its not working...But if I use put insted of get its working fine..Please give ur valuable suggestions

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum