As the title is mentioning, remote files are getting deleted on remote server. There is no delete command added in the script. May there be an option on server side to delete files after downloading it (get)? I actually don't think that the get command should delete afterwords.

option batch on
option confirm off
open remoteServer
get /home/users/demo/example_file.txt D:\Backups\
exit

Does anyone knows anything about this issue? The only adjustment, that was made server side, is that the protocol is SFTP instead of basic FTP.

link|improve this question
Are you certain that the files are deleted (unlinked) server side? Could it be that permissions are instead being altered and the client is no longer able to view them? – al4 Sep 26 '11 at 16:01
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.