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
edit1: i was using socket lib so their error is getting my ipv4, and the error always varies from case to case, i thought it was something from 'pyftplib'.
Hello,
I find myself running behind a firewall where only ports 20-21 are available.
I am using
pyftpdlib 1.5.6
and pythonftplib
as the client.Attempting to send data to the server i get the following error.
I found that forcing the client to use active mode solves the issue
However i would like to not have my clients forced to disable passive mode themselves, and rather disable it on the server.
How would one achieve this.
The text was updated successfully, but these errors were encountered: