openbsd-ports/net/ruby-net-sftp/pkg/DESCR
jcs 2c2860e9bd ruby-net-sftp 1.1.0
pure-ruby implementation of the SFTP client protocol
2007-05-31 03:59:20 +00:00

6 lines
329 B
Plaintext

Net::SFTP is a pure-Ruby implementation of the SFTP protocol.
That's "SFTP" as in "Secure File Transfer Protocol", as defined as
an adjuct to the SSH specification. _Not_ "SFTP" as in "Secure FTP"
(a _completely_ different beast). Nor is it an implementation of
the "Simple File Transfer Protocol" (which is in no way secure).