net-ftp Questions
1
Solved
Using the following ftp_download method works, but if I change
ftp.getbinaryfile(file,localdir,1024) #=> Saves the file to localdir
to
ftp.getbinaryfile(file) #=> returns nil
I get nil...
Gaynor asked 8/5, 2013 at 13:22
2
Solved
I am trying to create a script to list and download data from a FTP server with Ruby. I am new to Ruby so I looked for documentation how to use Net::FTP. I have trouble understanding why this doesn...
1
i upgraded from Ruby 1.8.7 to 1.9.2 (and Rails 3.2.2) and have the problem that Net::FTP#gettextfile is throwing an Encoding::UndefinedConversionError
I'm trying to download a xml file which is en...
Thinking asked 28/3, 2012 at 10:6
1
© 2022 - 2024 — McMap. All rights reserved.