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: Log

Thanks for the log.

Can you send me an email, so I can send you back a debug version of WinSCP to track the problem? Please include link back to this topic in your email. Also note in this topic that you have sent the email. Thanks.

You will find my address (if you log in) in my forum profile.
Hutch8729

Log

By latest version I am assuming you mean the latest release version and not the beta. attached is my log.
martin

Please attach a full log file showing the problem (using the latest version of WinSCP). Ideally on a small subset of the files (even one).

To generate log file, use /log=path_to_log_file command-line argument. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you may email it to me. You will find my address (if you log in) in my forum profile. Please include link back to this topic in your email. Also note in this topic that you have emailed the log.
Hutch8729

Yes the issue is still happening today. The beta 5.2.5 did not fix the issue either.
martin

Re: 5.1.7 Scripting pushes files every time ran; likely DST iss

Does the issue persist even today?
Hutch8729

5.1.7 Scripting pushes files every time ran; likely DST iss

Hey guys. Every time I run my script today its sending every file out to my remote computers. Was not happening yesterday. With DST being last night it makes me believe this is the culprit. All remote computers are win7 with filezilla ftp server and the source computer is win7 with winscp 5.1.7 using batch file

"<pathtowinscp>" /console /script=<path>


and script

option batch on

option confirm off
option transfer binary

open ftp://<user>:<pass>@<site>:21 -passive
synchronize remote <localpath> <remotepath>
close

exit


I have tried adding the -rawsettings ConsiderDST=0 switch to the open command with seemingly nothing changing. Any help or suggestions would be greatly appreciated. Thanks!