Put function without naming file
I'm running the below script but I get an error, "No file matching '*' found." Ultimately, I would like to set the name of the file that will be loaded on the remote directory but nothing is working at this point. I've tried using *.txt and it has not worked either. The file name is 7-digits and can be random but it's always a text file.
put -neweronly -filemask=*>24H C:\ats\Vendor%2%Data\* /home/ftp/files/Data/ATS/Vendor/
Anyone have any advice?
Thanks,
Paul
put -neweronly -filemask=*>24H C:\ats\Vendor%2%Data\* /home/ftp/files/Data/ATS/Vendor/
Anyone have any advice?
Thanks,
Paul