Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: SFTP GET command with DELETE switch

WinSCP downloads and deletes files one by one. So if you interrupt the transfer, the files that were transferred already are delete already as well.
jlp3630

Re: SFTP GET command with DELETE switch

Is WinSCP's GET command with DELETE switch an autonomous command? For example, if I do the following command:

get -delete /incoming/*.gpg .\incoming\

Is it possible that I could acquire all the *.gpg files on my local computer and not delete them on the FTP server (i.e., due to some network failure, etc.). I know that if the file transfer to my local computer is not completely done, the files are not deleted off the FTP server.

I'm running the latest version of WinSCP (4.1.9 build 416) on Windows Vista.