Get -delete not deleting remote files
Hi,
I've been working all afternoon to get this working. I just want to download files from a remote server and delete them when done. I finally got everything working, except the -delete option will not do anything. Here is the command I am using:
The jpg files are downloaded and hidden directories are excluded, but the jpg files are never deleted. Any ideas? I tried logging my output to see if that raised any clues, but nothing is even mentioned in the log about deleting the files.
Thanks!
I've been working all afternoon to get this working. I just want to download files from a remote server and delete them when done. I finally got everything working, except the -delete option will not do anything. Here is the command I am using:
get -delete -resume -filemask="*.jpg| .*/" * D:\Test\
The jpg files are downloaded and hidden directories are excluded, but the jpg files are never deleted. Any ideas? I tried logging my output to see if that raised any clues, but nothing is even mentioned in the log about deleting the files.
Thanks!