150 Starting data transfer. and hangs on LIST command #13345
Unanswered
JMFUS
asked this question in
RP2040 / Pico
Replies: 1 comment 1 reply
-
How far does it get? Is any print() statement of the above code run? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello

I fixed my certificates problems and now I can connect to the Filezilla Server :
I have the message : 150 Starting data transfer and nothing else
I checked my firewall authorizations on my server (I tried without firewall too)
I'm in Passive mode
But I can't read the contents of the directory on my server with the following code :
In fact, that's this command which hangs : data = conn.recv(1024) # Lire 1024 octets du socket (ajustez la taille selon vos besoins)
And I don't have any more information
Someone could help me ?
As a reminder, I'm working with a Raspberry Pi Pico WH (RP2040) with the Micropython version 1.22.0
Thx in advance
Beta Was this translation helpful? Give feedback.
All reactions