On Unix hosts, we have an option of using sftp or scp for secure file transfers. Both encrypt the password as well as the files being transferred. However, I learnt that the difference between the two lies in SSH support.
sftp only works with servers running ssh version 2, while scp will work with both ssh version 1 and ssh version 2.
No comments:
Post a Comment