Skip to content

Instantly share code, notes, and snippets.

View divinediscipline's full-sized avatar

divinediscipline

  • Andela
  • Lagos
View GitHub Profile
@divinediscipline
divinediscipline / sftp_error.rb
Last active February 10, 2020 18:10
sftp error
# This is in a different file
require 'net/ssh'
require 'net/sftp'
class Sequoia::Export
def self.send_missing_assignments_to_sequoia(file_path)
Net::SFTP.start('sftp.bsiwighft.com', 'hirekkllarhjgjtsftp', :password => 'ZjcH!gkbg09bKFvH') do |sftp|
# upload a file or directory to the remote host
debugger
sftp.upload!(file_path, "/incoming")