class Euromail::SFTPDevelopment::SFTPConnection

Public Instance Methods

remove(identifier) click to toggle source
# File lib/euromail/sftp_development.rb, line 9
def remove identifier
  $stdout.puts "Removed #{@service.filename(identifier)}"
end
upload(pdf_data, identifier) click to toggle source
# File lib/euromail/sftp_development.rb, line 5
def upload pdf_data, identifier
  $stdout.puts "Uploaded #{@service.filename(identifier)}"
end