Get command only creates empty folder with no files
Hi,
Got a peculiar problem. Scheduled to run during the evening. Files are copied to FTP server by supplier, around 1AM and finishes around 1:10AM. Script runs at 5AM so plenty of gap in times.
The folder on the D: drive is created but the files are not copied. Can manually run the script again then files are copied.
Tried both these commands with the same affect
Any ideas?
Got a peculiar problem. Scheduled to run during the evening. Files are copied to FTP server by supplier, around 1AM and finishes around 1:10AM. Script runs at 5AM so plenty of gap in times.
The folder on the D: drive is created but the files are not copied. Can manually run the script again then files are copied.
Tried both these commands with the same affect
get -latest /ESGM/Archives/* D:\ICISHerenRawData\ESGM\Archives\
get -filemask="*>=3D" -neweronly /ESGM/Archives/* D:\ICISHerenRawData\ESGM\Archives\
Any ideas?