Post a reply

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: Scripting Problem...Please HELP !!!!

Make sure you are using the same (the latest) version of WinSCP on both machines.
Also read https://winscp.net/eng/docs/faq_synchronize
It should NOT be related to regional date/time formats.
almaskati

Scripting Problem...Please HELP !!!!

Hello,

I used to have a script that downloads some files based on a mask/filter and timestamp filter. It takes only files created in the last 12 hours. It is working fine on a WinXP machine. However, when I moved the same to a Windows 7 PC; the script is returning (getting) ALL the files in the directory..not just the new ones...Here is the script:

option confirm off
OPEN "BBK_DS"
get *[0-9].txt>12H C:\Data\
bye

Anyone can tell why script is working RIGHT on XP..and on 7 it is getting ALL the files..like it is ignoring the mask...Could be related to any 'Regional Data/Time' formats of Windows?

Please HELP ! :roll: