# File class/ftp.rb, line 14 def initialize(server, textfile) @ftp = Net::FTP.new @server = server @textfile = textfile end