Module: Wormholio::FTPS
- Defined in:
- lib/wormholio.rb
Class Method Summary collapse
- .download(credentials, local_path, filename, options = {}) ⇒ Object
- .upload(credentials, file, options = {}) ⇒ Object
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,={}) Ftps.download(credentials,local_path,filename,) end |
.upload(credentials, file, options = {}) ⇒ Object
24 25 26 |
# File 'lib/wormholio.rb', line 24 def self.upload(credentials,file,={}) Ftps.upload(credentials,file,) end |