diff options
Diffstat (limited to 'net/sftp/DESCR')
-rw-r--r-- | net/sftp/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/sftp/DESCR b/net/sftp/DESCR new file mode 100644 index 00000000000..52aeb57b819 --- /dev/null +++ b/net/sftp/DESCR @@ -0,0 +1,7 @@ +sftp is an ftp replacement that runs over an ssh tunnel. Two programs +are included - sftp and sftpserv. When sftp is run and a host is +connected to (either by running 'sftp remotehost' or 'open remotehost' +from the sftp prompt), an ssh connection is initiated to the remote +host, and sftpserv is run. So, sftpserv must be in your path on +the remote host. Note that since sftpserv is run from ssh, no root +privileges are necessary. |