Usially I use the scp command to transfer files on *nixes.
But what's the difference between sftp and scp , they both work above ssh don't they ?
|
Usially I use the But what's the difference between sftp and scp , they both work above ssh don't they ?
| |||
|
feedback
|
|
In a nutshell, scp can only be used for transferring files, and it is non-interactive (i.e., everything has to be specified on the command line). sftp is more elaborate, and allows interactive commands to do things like creating directories, deleting directories and files (all subject to system permissions, of course), etc. | |||
|
feedback
|
|
From Wikipedia:
and
| |||
|
feedback
|