Post a reply

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: Optimizing Speed

WinSCP does that with SCP protocol. With SFTP protocol, it can do only that the protocol allows, and it does not allow recursive setting of permissions. You can always use custom command for that.
jostrander

Optimizing Speed

Was using WinSCP today to do a lot of recursive file deletion and some file permission changes, and i noticed that when WinSCP does recurrsive functions is does each file individually. Why not use lunix's built in recursive functions like chown -R, chmod -R and rm -r ? Just a thought.