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.