Hi,
I need a command line that will upload a set of files from a directory and then delete them from the local computer. The upload is not the issue and works fine. I need to delete these files using wild cards.
I can't use the advanced site commands because all the info is passed through the command line.
I've tried -del "c:\EXP07\*.*" but it doesn't seem to work. Any help would be appreciated.