id summary reporter owner description type status priority component resolution keywords cc component_version os os_version 546 FTP Proxy: remotehost remoteport delimiter simeon_nz "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. " Bug report closed normal Other simeon_nz Tim Kosse