Backup::Storage::Base
Server IP Address and FTP port
use passive mode?
Server credentials
# File lib/backup/storage/ftp.rb, line 19 def initialize(model, storage_id = nil) super @port ||= 21 @path ||= 'backups' @passive_mode ||= false path.sub!(/^~\//, '') end
[Validate]
Generated with the Darkfish Rdoc Generator 2.