Opened 18 years ago

Last modified 17 years ago

#1138 closed Bug report

Limit local ports

Reported by: klhooper Owned by: Alexander Schuch
Priority: normal Component: FileZilla Client
Keywords: Cc: klhooper, Alexander Schuch
Component version: Operating system type:
Operating system version:

Description

We have setup FileZilla to limit the locat ports from
3000 to 3010.

We are invoking the upload from the command line.

filezilla -u "c:\download\db2_full.ftm"
UserID:Password@IPAddress:990/QSYS.LIB/TESTPRFIL.LIB/M
ON5099PF.FILE -t M20060623.MBR -overwrite

One time the transfer will work correctly the next
time it will first fail to connect and on the second
attempt it will connect correctly.

Sample Log file:
Status: Connecting to 172.23.164.17:990 ...
Trace: FtpControlSocket.cpp(5140): m_pSslLayer
changed state from 0 to 1 caller=0x003b8174
Trace: FtpControlSocket.cpp(5140): m_pSslLayer
changed state from 1 to 2 caller=0x003b8174
Trace: FtpControlSocket.cpp(5140): m_pSslLayer
changed state from 2 to 6 caller=0x003b8174
Trace: FtpControlSocket.cpp(990): OnConnect(10048)
OpMode=1 OpState=-1 caller=0x003b8174
Trace: FtpControlSocket.cpp(1129): DoClose(0)
OpMode=1 OpState=-1 caller=0x003b8174
Trace: FtpControlSocket.cpp(3975): ResetOperation
(4100) OpMode=1 OpState=-1 caller=0x003b8174
Error: Unable to connect!
Status: Connecting to 172.23.164.17:990 ...
Trace: FtpControlSocket.cpp(5140): m_pSslLayer
changed state from 0 to 1 caller=0x003b8174
Trace: FtpControlSocket.cpp(5140): m_pSslLayer
changed state from 1 to 2 caller=0x003b8174
Trace: FtpControlSocket.cpp(5140): m_pSslLayer
changed state from 2 to 4 caller=0x003b8174
Trace: FtpControlSocket.cpp(990): OnConnect(0)
OpMode=1 OpState=-1 caller=0x003b8174
Status: Connected with 172.23.164.17:990, negotiating
SSL connection...
Trace: SSL_connect: SSLv3 read server hello A
Trace: SSL_connect: SSLv3 read server certificate A
Trace: SSL_connect: SSLv3 read server done A
Trace: SSL_connect: SSLv3 write client key exchange A
Trace: SSL_connect: SSLv3 write change cipher spec A
Trace: SSL_connect: SSLv3 write finished A
Trace: SSL_connect: SSLv3 flush data
Trace: SSL_connect: SSLv3 read finished A
Trace: Using TLSv1, cipher TLSv1/SSLv3: RC4-MD5,
1024 bit RSA
Status: SSL connection established. Waiting for
welcome message...
Trace: FtpControlSocket.cpp(812): OnReceive(0)
OpMode=1 OpState=-1 caller=0x003b8174
Response: 220-QTCP at CARSTEST.
Trace: FtpControlSocket.cpp(812): OnReceive(0)
OpMode=1 OpState=-1 caller=0x003b8174
Response: 220 Connection will close if idle
more than 5 minutes.
Command: USER mnmcrftp
Trace: FtpControlSocket.cpp(812): OnReceive(0)
OpMode=1 OpState=0 caller=0x003b8174
Response: 331 Enter password.
Command: PASS
Trace: FtpControlSocket.cpp(812): OnReceive(0)
OpMode=1 OpState=3 caller=0x003b8174
Response: 230 MNMCRFTP logged on.

Any help resolving this issue would be appreciated.

Change History (2)

comment:1 by Alexander Schuch, 17 years ago

Which version of FileZilla 2 was used? Can you try the most recent version of FileZilla 2 to see if the problem persists?

comment:2 by sf-robot, 17 years ago

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

Note: See TracTickets for help on using tickets.