Re: Deleting heavy folders: why don't use rm -rf ?!
With SCP, WinSCP does
rm -rf
. SFTP protocol does not offer equivalent operation, so with SFTP, WinSCP has to delete files one by one. I do not know about FTP. Of course, with SFTP you can use custom command to do rm -rf
.