Module: Wormholio::FTPS

Defined in:
lib/wormholio.rb

Class Method Summary collapse

Class Method Details

.download(credentials, local_path, filename, options = {}) ⇒ Object



28
29
30
# File 'lib/wormholio.rb', line 28

def self.download(credentials,local_path,filename,options={})
  Ftps.download(credentials,local_path,filename,options)
end

.upload(credentials, file, options = {}) ⇒ Object



24
25
26
# File 'lib/wormholio.rb', line 24

def self.upload(credentials,file,options={})
  Ftps.upload(credentials,file,options)
end