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

Guest

Re: GET in scripting gives error - Script: Failed - (WinSCP v5.11.2)

martin wrote:

That's by design.
You can use option batch on to change that.
https://winscp.net/eng/docs/scriptcommand_option


It worked with option batch on, i thinked it was a bug :D

Thanks
JorgeBarosa

GET in scripting gives error - Script: Failed - (WinSCP v5.11.2)

Hello,

I found a BUG, this is the script (WinSCP v5.11.2):

WinSCP.com /console /script="C:\Cindy\pockets_recebe_winscp.ftp"

open ftp://xxxxx:*****@111.222.333.444.555
lcd C:\Cindy\Temp
cd envios
get 00equipinterval.txt
get 00modelequip.txt
get 054DlvUNLJM.*
get 054Prd*
get 054LocalVen.*
get 054SRA*
rm 054DlvUNLJM.*
rm 054Prd*
rm 054LocalVen.*
rm 054SRA*
rm 00equipinterval.txt
rm 00modelequip.txt
lcd %ScorpioPath%\Temp
get del*
rm del*
cd ..
exit


If the file 00equipinterval.txt or 00modelequip.txt does not exist it gives error, and stops the rest of the script!

The complete error is in the LOG file attached.

> 2017-11-15 09:37:52.206 Script: get 00equipinterval.txt
> 2017-11-15 09:37:52.206 Script: Parameter: 00equipinterval.txt
. 2017-11-15 09:37:52.206 Listing file "00equipinterval.txt".
. 2017-11-15 09:37:52.207 Retrieving file information...
> 2017-11-15 09:37:52.207 PWD
< 2017-11-15 09:37:52.256 257 "/" is current directory.
> 2017-11-15 09:37:52.256 CWD /envios/00equipinterval.txt
< 2017-11-15 09:37:52.302 550 The system cannot find the file specified.
> 2017-11-15 09:37:52.303 TYPE I
< 2017-11-15 09:37:52.356 200 Type set to I.
> 2017-11-15 09:37:52.356 SIZE /envios/00equipinterval.txt
< 2017-11-15 09:37:52.404 550 The system cannot find the file specified.
. 2017-11-15 09:37:52.404 Could not retrieve file information
. 2017-11-15 09:37:52.404 Got reply 4 to the command 1024
< 2017-11-15 09:37:52.404 Script: Can't get attributes of file '00equipinterval.txt'.
< 2017-11-15 09:37:52.404 Could not retrieve file information

< 2017-11-15 09:37:52.404 The system cannot find the file specified.
. 2017-11-15 09:37:52.405 Script: Failed
. 2017-11-15 09:37:52.405 Session upkeep
. 2017-11-15 09:37:52.405 Script: Exit code: 1
. 2017-11-15 09:37:52.405 Script: Max roundtrip: 16
. 2017-11-15 09:37:52.405 Got reply 1004 to the command 1024
. 2017-11-15 09:37:52.407 Disconnected from server