Help with source file mask
I've run into a problem uploading only new files. This is NOT a sync. We have files that remain in the source directories. Any new files need to be uploaded to the FTP server. Those files are processed and moved. No files remain in the FTP folder.
The command in my script:
put \\source\*.tif>1H /destination/
Result in the log:
> 2016-09-28 16:00:04.645 Script: put \\source\*.tif>1H /destination/
< 2016-09-28 16:00:04.645 Script: No file matching '*.tif>1H' found.
Files created at 15:48 exist in the directory. Don't the masks work the same way on the source files as they do on the destination files?
The command in my script:
put \\source\*.tif>1H /destination/
Result in the log:
> 2016-09-28 16:00:04.645 Script: put \\source\*.tif>1H /destination/
< 2016-09-28 16:00:04.645 Script: No file matching '*.tif>1H' found.
Files created at 15:48 exist in the directory. Don't the masks work the same way on the source files as they do on the destination files?