Directorymask problem
Dear all,
there is an option to download only directories older than, for example, 3 days?
At source are placed only directories like
2017-11-26T0630+0000
2017-11-25T0630+0000
2017-11-24T0630+0000
2017-11-23T0630+0000
...
I want to download only the 3 youngest.
If I use the options below, I will not download any directory.
Dim transferOptions As New TransferOptions
transferOptions.TransferMode = TransferMode.Binary
transferOptions.PreserveTimestamp = False
transferOptions.ResumeSupport.State = TransferResumeSupportState.Off
transferOptions.FileMask = "*/<3D"
If I use the options transferOptions.FileMask = "*/" I will download all directory.
Is there any possibility to reach my request using a filemask options?
If not how I can achieve it?
Thank you very much for your help
Jaroslav
there is an option to download only directories older than, for example, 3 days?
At source are placed only directories like
2017-11-26T0630+0000
2017-11-25T0630+0000
2017-11-24T0630+0000
2017-11-23T0630+0000
...
I want to download only the 3 youngest.
If I use the options below, I will not download any directory.
Dim transferOptions As New TransferOptions
transferOptions.TransferMode = TransferMode.Binary
transferOptions.PreserveTimestamp = False
transferOptions.ResumeSupport.State = TransferResumeSupportState.Off
transferOptions.FileMask = "*/<3D"
If I use the options transferOptions.FileMask = "*/" I will download all directory.
Is there any possibility to reach my request using a filemask options?
If not how I can achieve it?
Thank you very much for your help
Jaroslav