ports/net/ruby-net-sftp/pkg/DESCR

6 lines
330 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Net::SFTP is a pure-Ruby implementation of the SFTP protocol.
That's "SFTP" as in "Secure File Transfer Protocol", as defined as
an adjunct 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).