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: How does WINSCP delete things

Actually, with SCP protocol, it uses "rm". With SFTP protocol, it sends request to SFTP server to delete a file. How the server performs that, depends on the server.
Kelt

How does WINSCP delete things

How does WinSCP handle the removing of files on a server running ssh? I assume it doesn't just excute the "rm" command.