I'm trying to have the FTP task look in a certain folder for any .RAR files and upload them to an FTP server, but I can't get the task to process this properly.
I'm trying to use a variable with a wildcard to set the LocalPath property. Variable is a string with a value of "C:\*.RAR"
The task executes successfully, but the FTP site only contains one file, filename "C" (no extension) with a size of 0 bytes.
What am I doing wrong?
Thanks,
I'm trying to use a variable with a wildcard to set the LocalPath property. Variable is a string with a value of "C:\*.RAR"
The task executes successfully, but the FTP site only contains one file, filename "C" (no extension) with a size of 0 bytes.
What am I doing wrong?
Thanks,