[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [gftp] Issue with pre 2.0.17 version



Brian Masney wrote:
On Sat, Mar 20, 2004 at 04:48:46PM -0800, Phillip B Bruce wrote:

I have a problem FTP to any given site regardless
it being passive or active.

Any clues as to why this maybe happening.
Earlier versions of gftp didn't give me this problem.
The same issue for 2.0.16 version is the same way.


gFTP 2.0.17pre0, Copyright (C) 1998-2003 Brian Masney <masneyb@gftp.org>. If you have any questions, comments, or suggestions about this program, please feel free to email them to me. You can always find out the latest news about gFTP from my website at http://www.gftp.org/
gFTP comes with ABSOLUTELY NO WARRANTY; for details, see the COPYING file. This is free software, and you are welcome to redistribute it under certain conditions; for details, see the COPYING file
Refresh: Not connected to a remote site
Looking up peggyshealth.com
Trying peggyshealth.com:5376
Cannot connect to peggyshealth.com: Connection refused
Connected to peggyshealth.com:5376
Disconnecting from site peggyshealth.com
Looking up ftp.freebsd.org
Trying ftp.freebsd.org:5376
Refresh: Not connected to a remote site
Cannot connect to ftp.freebsd.org: Connection refused
Connected to ftp.freebsd.org:5376
Disconnecting from site ftp.freebsd.org
Looking up ftp.redhat.com
Trying ftp.redhat.com:5376

You have 5376 in the port field, which is the wrong port to use for FTP. If you
leave the port field blank, and if you are using the FTP protocol, it will
default to port 21.

Brian
Brian,

I just tried your suggestion and that worked but I manually put it in and still get the 5376. So something is going on with your handing of
input for the port field. I suggest track your code down to why it is
doing that. Look like your adding a field or maybe your trying to
convert charcters on your code. It's hard to say from this point.

I hope you find it but in the mean time it works the way you stated
here.

I still have that issue when I manually put 21 in the port though.

Phillip