On Mon, Jul 09, 2007 at 03:03:00PM -0500, John House wrote: > I can ftp to my openBSD server. No problem. > > I cannot ftp to either of my 2 debian boxes, error: connection refused. > I tried adding account to ftp group. No luck. > > Ideas? > > John
Pardon the obvious, but are you running ftp servers on your Debian boxes? Like vsftpd[1] or proftpd[2]? [1]http://vsftpd.beasts.org/ [2]http://www.proftpd.org/ What ftp server are you running on your OpenBSD server? Unless you have a ftp server running, your ftp port won't be open and you'll get a connection refused error. Try ps aux | grep -i ftp What happens? hth, sean -- Tue, 10 Jul 2007 00:04:47 -0500
