Error Message :
N/A
While using the FTP_PUT Uproc type, a wildcard cannot be used in the source filename when we need to transfer a set of file
Investigation- Create an FTP_PUT Uproc job to transfer filenames test_abcde from a server path to another path on the same server
When the Source filename matches exactly, the transfer completes successfully and the file is renamed with the Destination filename chosen.
- Change the source filename to test_?????
Since the source filename does not match exactly, the transfer fails
- Change the source filename to test_?*
The transfer will complete, but the file will not be renamed.