I sent you an e-mail with a log file and the output. I changed sensitive data to something else to still show exactly how this is working and happening
- MentalBreakdown
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
I am currently using 4.2.2 and am trying to delete after using the put command, but nothing deletes. I also have the option in to overwrite files on the remote machine. I am unsure about why this does not work. For my personal sake, I am taking real paths and filenames out and replacing them with fakes ones to show the syntax of how I am doing this.
option confirm off
put -delete filename.ext /home/directory/
I was assuming that these 2 lines would take a file from the local current directory, copy it over to the remote directory (overwrite if it still exists) and then delete it after we are completed.
These are not deleting.