Graphical SCP programs

Well you made me do my homework. What is the difference between SCP and SFTP. I see SFTP is more powerful with regards to file and directory operations and file resume. SCP being slightly faster as a network copy tool but unable to make directories or delete files.

The two protocols seem to get lumped together when they are different right? They share the SSH tunnel method. For example filezilla does SFTP not SCP..

I do appreciate the thunar tip. The SFTP://<host> method works nicely. I still like gigolo. I need to try filezilla.
 
Phishfry, scp(1) and sftp(1) are designed as more secure replacements for different programs: scp(1) replaces Bill Joy's rcp(1), while sftp(1) replaces ftp(1).

They're lumped together since they're both part of OpenSSH, yet they're different because they're made to replace (while smelling like) different things.

Edit: I take back that OpenSSH comment; these programs pre-date OpenSSH, I think.
 
Back
Top