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.