Skip to content

Instantly share code, notes, and snippets.

@sevenseacat
Created September 8, 2014 04:13
Show Gist options
  • Select an option

  • Save sevenseacat/ca6953e35b84028d3ee7 to your computer and use it in GitHub Desktop.

Select an option

Save sevenseacat/ca6953e35b84028d3ee7 to your computer and use it in GitHub Desktop.
(byebug) Net::SFTP
NameError Exception: uninitialized constant Net::SFTP
nil
(byebug) require 'net-sftp'
LoadError Exception: cannot load such file -- net-sftp
nil
(byebug) require 'net/sftp'
true
(byebug) Net::SFTP
Net::SFTP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment