Opened 20 years ago

Last modified 19 years ago

#546 closed Bug report

FTP Proxy: remotehost remoteport delimiter

Reported by: simeon_nz Owned by:
Priority: normal Component: Other
Keywords: Cc: simeon_nz, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

When using a FTP proxy, if the remote host is on a non
standard port, then the delimiter between the
remotehost and remoteport is a colon ':'

Our FTP proxy (firewall tool kit) expects to see a space.
Not sure if I can alter fwtk or if the admin would even
do it.

under CuteFtp you could set the delimiter ( well I
remember it having some ability to configure it so it
would work )

the line of code that the effect is ( I'm pritty sure is )

FtpControlSocket.cpp version 1.77 line 321

hostname.Format( _T("%s:%d"), hostname, server.port);
add port to hostname (only if port is not 21)

I could make a local change, and learn to recompile.
But i'd prefer this option to be added to the default
build, but I'm not sure how to go about making it an
user option. Or if it fits into the big picture.

Change History (2)

comment:1 by Tim Kosse, 19 years ago

This bug report has been closed due to inactivity and has possibly
already been solved.

You can reopen this report if the issue still exists in the
latest version of FileZilla (Server).

comment:2 by simeon_nz, 19 years ago

The enhancement request was for the client not server.
I am no longer interested in this feature, so will leave
closed without retesting.

Note: See TracTickets for help on using tickets.