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.
1 parent e2fbec7 commit ecf3600Copy full SHA for ecf3600
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