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
I am having troubles connecting to local docker container using PASV. However, this works fine using EPSV. Outside of the docker container everything works great!
I will add my config info and logs from both PASV and EPSV.
No idea. It just looks like the client not being able to connect to the passively opened port. This might have a multitude of causes and is difficult to diagnose from a distance.
I think you must specify opt.ServerAddres to the IP address used by your client to connect to your ftp server. Otherwise the local ip address of the docker container will be sent back to your client, which is not what you want.
I am having troubles connecting to local docker container using PASV. However, this works fine using EPSV. Outside of the docker container everything works great!
I will add my config info and logs from both PASV and EPSV.
Current settings:
Container active ports are:
21, 80, 443, 49152, 49153
They are active on both container and host ports.
PASV log:
EPSV log:
Any thoughts?
The text was updated successfully, but these errors were encountered: