I can make a connection to an ftp server using NET::FTP, but it doesn’t appear that I can use net::ftp.getbinaryfile() or even get something like the pwd(), list(), etc. Does heroku support this functionality?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes. Heroku does support NET::FTP and transferring files in binary mode. However, I found out that it only support passive mode see this question.