Nano 33 IoT authentication issues #8
-
Having a bit of trouble getting this library to authenticate to FileZilla FTP server. Once the client.begin() command runs I get the following output from both that arduino and the FTP Server:
Its connecting to the FTP Server, but for some reason it believes that I am not sending a password, which from the code below I clearly am. The password that I am using is the correct password as I am able to connect to the FTP site using the same credentials from other libraries and FTP clients. I have also tried changing the FTP server to have no authentication, but still get the same error messages. code:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Can you connect manually by typing user arduino and provide the result that you get It seems that your server is using different return codes then what I have seen so far. |
Beta Was this translation helpful? Give feedback.
-
I get the following from FileZilla FTP server when connecting with FileZilla client
|
Beta Was this translation helpful? Give feedback.
-
I committed a correction: However I am not absolutely sure, if it will work. Can you double check ? |
Beta Was this translation helpful? Give feedback.
-
I am now able to authenticate and get the directory listing. Thanks so much for your support it is greatly appreciated. Below are the responses from authenticating from the Arduino.
|
Beta Was this translation helpful? Give feedback.
I committed a correction: However I am not absolutely sure, if it will work.
I just ignore all the input after the first login success method.
Can you double check ?