martin wrote:
Yes, use
N
suffix for minutes, like
*.xml<10N
.
See
https://winscp.net/eng/docs/file_mask
But I do not see a point of your code.
Doing
*.xml<20min
10 minutes after
*.xml<10min
will select the same files (10+10=20).
Ok fair enough.... It would work better if it is put *.xml>30min, then *.xml>20min then *.xml>10min.
so If I have 50 accumulated .xml files and they have been created not in the same time lets say 3 every 10 minutes. I can send them all by setting script from 2hours, 1.50min, 1.40min etc.
Is there a wait command available?
What about something like that:
put 0min<*xml<10min
put 10min<*.xml<20min
put 20min<*.xml<30min
put 30min<*.xml<40min
........
........
put *xml
Is this possible?
SrpskiZmaj
SrpskiZmaj