My ftp-client (coreftp) is using active, but after a few seconds it automatically switches to pasv. The firewall is active.
Is there a way to disable the pasv-mode?
I allready checked the registry too. There's a key with the name "Use PASV" (HKCU\Software\Microsoft\FTP) and its value is "no".
This is a log that says what happens if I logon to the ftp with a user-account. You can see it switches to pasv and uses port 5096. But there no portopening for port 5096 or any other. Only for port 20 & 21.
Welcome to Core FTP, release ver 2.1, build 1576 (U) -- © 2003-2008
WinSock 2.0
Mem -- 2,094,632 KB, Virt -- 2,097,024 KB
Started on Monday October 27, 2008 at 08:24:AM
Connect socket #572 to 195.207.163.189, port 21...
220 Microsoft FTP Service
USER eu006202
331 Password required for eu006202.
PASS **********
230 User eu006202 logged in.
SYST
215 Windows_NT
Keep alive off...
PWD
257 "/eu006202" is current directory.
PORT 172,16,32,1,84,167
500 Invalid PORT Command.
Attemping PASV mode transfer...
PASV
227 Entering Passive Mode (195,207,163,189,19,232).
LIST
Connect socket #624 to 195.207.163.189, port 5096...
125 Data connection already open; Transfer starting.
226 Transfer complete.
Changed to PASV mode...
Updated site profile...
Transferred 437 bytes in 0.008 seconds