Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Problem in GET

What protocol are you using?
Ramesh S Kaimal

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