Class: TravisCustomDeploy::Transfer::Ftp

Inherits:
Base
  • Object
show all
Defined in:
lib/travis-custom-deploy/transfer/ftp.rb

Overview

The class which transfers files via the File Transfer protocol (FTP).

Instance Attribute Summary

Attributes inherited from Base

#files, #options

Instance Method Summary collapse

Methods inherited from Base

#check_options

Constructor Details

#initialize(remoteopts, files) ⇒ Ftp

Returns a new instance of Ftp.



8
9
10
# File 'lib/travis-custom-deploy/transfer/ftp.rb', line 8

def initialize(remoteopts, files)
  super(remoteopts, files)
end

Instance Method Details

#transferObject



12
13
14
# File 'lib/travis-custom-deploy/transfer/ftp.rb', line 12

def transfer
  
end