Re: FTP server will not initiate DATA connection back to client

2004-09-15 Thread Scott Stahl
I would look into the proftpd port. More information regarding proftp can be found at http://www.proftpd.org. I've found this to be a stable and security feature rich ftp server. Scott. On Wed, 15 Sep 2004 19:12:05 -0600, RYAN vAN GINNEKEN <[EMAIL PROTECTED]> wrote: > I am tring to setup anon

Re: FTP server will not initiate DATA connection back to client

2004-09-15 Thread RYAN vAN GINNEKEN
I am tring to setup anon ftp on my bsd box and followed the directions layed out on this web page http://www.freebsddiary.org/ftp-anonymous.php but to no avial. The anon user should be able to browse the dirctories and upload files to incoming but not be able to downlaod or erase files from the

Re: FTP server will not initiate DATA connection back to client

2004-07-01 Thread Bill Moran
User LAFFER1 <[EMAIL PROTECTED]> wrote: > Does it work with ipfw disabled? If so, then it seems resonable that ipfw > is causing the problem. One of the ftp modes (pasv or port) requires high > level ports to be accessible on the server. I just started drinking > coffee this moring, so i can

Re: FTP server will not initiate DATA connection back to client

2004-07-01 Thread Andrew L. Gould
On Thursday 01 July 2004 07:45 am, [EMAIL PROTECTED] wrote: > I am running FreeBSD 4.9 RELEASE running the standard ftpd. I can > act as an ftp client from the console OK, however when I try to ftp > from a client PC to the server running ftpd (which is running ipfw) > the ftp server receives the

Re: FTP server will not initiate DATA connection back to client

2004-07-01 Thread User LAFFER1
Does it work with ipfw disabled? If so, then it seems resonable that ipfw is causing the problem. One of the ftp modes (pasv or port) requires high level ports to be accessible on the server. I just started drinking coffee this moring, so i can't remember which one yet. :) If i remember righ