-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Paul,
I am struggling with getting this working - most of the issue is that I am an FTP newbie.
I installed the module, configured it and got it working with no issues on my local machine. I pointed it to an ftp site I set up at www.brickftp.com and was able to retrieve files with no issues.
When I deploy to the cloud, I get errors in the log. error messages look something like:
Apr 21 14:54:09.377 127.0.0.1 tr10000: ERROR - (S)FTP: (1/63) org.apache.commons.net.MalformedServerReplyException: Could not parse response code.
Apr 21 14:54:09.379 127.0.0.1 tr10000: ERROR - (S)FTP: (2/63) Server Reply: Protocol mismatch.
Apr 21 14:54:09.379 127.0.0.1 tr10000: ERROR - (S)FTP: (3/63)
Apr 21 14:54:09.379 127.0.0.1 tr10000: ERROR - (S)FTP: (4/63) at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:337)
Apr 21 14:54:09.379 127.0.0.1 tr10000: ERROR - (S)FTP: (5/63) at org.apache.commons.net.ftp.FTP.__getReply(FTP.java:294)
Apr 21 14:54:09.379 127.0.0.1 tr10000: ERROR - (S)FTP: (6/63) at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:483)
Apr 21 14:54:09.380 127.0.0.1 tr10000: ERROR - (S)FTP: (7/63) at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:608)
Apr 21 14:54:09.380 127.0.0.1 tr10000: ERROR - (S)FTP: (8/63) at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:582)
Apr 21 14:54:09.380 127.0.0.1 tr10000: ERROR - (S)FTP: (9/63) at org.apache.commons.net.ftp.FTP.quit(FTP.java:864)
etc. etc. I attached the whole error stack to this issue as a file.
FTPErrorMessage.txt
I have not set up SSH keys or any other security settings in the cloud installation. Can you give me a beginner's run down of how to go about doing that? Also, if you see something in the errors that may give me a direction to go in to resolve this, I would really appreciate it.
Thanks,
Mike