When I try to FTP a file or even list a directory, i get a RETR command not understood error message. Whats the problem?
The problem is that this server is non RFC compliant. The RETR request asks the server to send the contents of a file over the data connection already established by the client as specified in the FTP RFC. Our components are build to be RFC compliant and it is sending the RETR cmd, which the server is not recognizing.
Related Questions
- I uploaded my index.html file, and I can see it in my FTP list, but the web site gives a "404 Not Found" error when I try to load it. Whats wrong?
- When I try to FTP a file or even list a directory, i get a RETR command not understood error message. Whats the problem?
- I try to open the data file but I get an error message and no data is seen in the sheet. What can be the problem?