We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2fbec7 + ecf3600 commit acbd1f7Copy full SHA for acbd1f7
README.rdoc
@@ -26,7 +26,7 @@ Net::SFTP is a pure-Ruby implementation of the SFTP protocol (specifically, vers
26
27
In a nutshell:
28
29
- require 'net-sftp'
+ require 'net/sftp'
30
31
Net::SFTP.start('host', 'username', :password => 'password') do |sftp|
32
# upload a file or directory to the remote host
0 commit comments