put -delete file contents of a folder but keep the folder
My goal is to automate the upload of contents of a local folder to an FTP folder and then delete the contents of the local folder (but not the folder itself)
I'm running this command:
And it works, except it also deletes the folder itself.
Is there any way to upload then delete the files within the folder but not the folder?
I'm running this command:
put -delete C:\Users\timday\Documents\TEST\ /TEST
Is there any way to upload then delete the files within the folder but not the folder?