I download from a ftp server using winSCP, zip files into my local folder, which works fine.
get *.zip C:\backupshare\2024\Reports\TCC\tcc\
The issue is the remote Archive folder has daily files zipped at the end of the day and named as 20240729, 20240730 .....
Currently it downloads all the zipped files.
If I need to download just one single zip file, how to do that? How to pass a date parameter like yyyymmdd.zip?
TIA
get *.zip C:\backupshare\2024\Reports\TCC\tcc\
The issue is the remote Archive folder has daily files zipped at the end of the day and named as 20240729, 20240730 .....
Currently it downloads all the zipped files.
If I need to download just one single zip file, how to do that? How to pass a date parameter like yyyymmdd.zip?
TIA