I've noticed that when I'm using passive ftp mode my client lists the following line:
227 Entering Passive Mode (10,0,0,10,18,90)
Yet on my Server I have set up a custom port range between 15000-15020.
According to the port conversion equation it looks like my client is trying to use 4698, (18*256) + 90
Why is this?
Passive FTP Bug??
Moderator: Project members
Re: Passive FTP Bug??
I might just have the same problem. When I manually enter my external ip for passive transfers, it picks a random port to connect to. But obviously those ports are closed as I specified a custom range as well.hopper wrote:I've noticed that when I'm using passive ftp mode my client lists the following line:
227 Entering Passive Mode (10,0,0,10,18,90)
Yet on my Server I have set up a custom port range between 15000-15020.
According to the port conversion equation it looks like my client is trying to use 4698, (18*256) + 90
Why is this?
But when I check "default" for passive transfers, it works.
Seems like a bug to me.