You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I try to connect a "Raspi PICO W" via FileZilla without TLS (only use plain FTP) and get the following message:
Status: Connecting to 192.168.1.200:21...
Status: Connection established, waiting for welcome message...
Response: 220 --- Welcome to Simply FTP server ---
Command: AUTH TLS
Response: 220 --- By Renzo Mischianti ---
Status: Initializing TLS...
Response: 220 -- Version 2.1.8 (2024-07-17) --
Error: GnuTLS error -15: An unexpected TLS packet was received.
Status: Connection attempt failed with "ECONNABORTED - Connection aborted".
Error: Could not connect to server
I minimized your "Welcome" message by comment out the additional "220 ---" command lines. see below
Status: Connecting to 192.168.1.200:21...
Status: Connection established, waiting for welcome message...
Status: Insecure server, it does not support FTP over TLS.
Status: Logged in
Status: Retrieving directory listing...
Status: Directory listing of "/" successful
I'm sure that your code is in general working. I just wondering why it is not working in my environment.
Do you have an idea?
Kind regards,
Carsten
The text was updated successfully, but these errors were encountered:
Hello,
I try to connect a "Raspi PICO W" via FileZilla without TLS (only use plain FTP) and get the following message:
I minimized your "Welcome" message by comment out the additional "220 ---" command lines. see below
Now it is running like expected
I'm sure that your code is in general working. I just wondering why it is not working in my environment.
Do you have an idea?
Kind regards,
Carsten
The text was updated successfully, but these errors were encountered: