get command delete remote file
Hello,
when I want copy file from remote directory to local using "get" command, remote directory file is deleted.
My code:
/command "option batch abort" "open sftp://..." "option transfer ascii" "cd Remote_Directory" "lcd Local_Directory" "get File_Name"
I have no permission to write on remote directory, can this cause the problem? If yes, why?
Thanks.
when I want copy file from remote directory to local using "get" command, remote directory file is deleted.
My code:
/command "option batch abort" "open sftp://..." "option transfer ascii" "cd Remote_Directory" "lcd Local_Directory" "get File_Name"
I have no permission to write on remote directory, can this cause the problem? If yes, why?
Thanks.