You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by James Simons <js...@ntinet.com> on 2002/04/04 16:50:21 UTC

ftp question

This may be slightly off topic, but I am in the process of moving away 
from IIS to apahce.  I've been using IIS for ftp services.  Obviously 
FTP isn't included with Apache, but I was interested in finding out what 
works well, is secure, and is supported by the open source community. 
 I've heard some good things about wu-ftpd, but I can't seem to find any 
documentation out there that is really useful for me in setting up.  

I'm running RedHat 7.2 and would to do "virtual hosting" with the ftp setup.

Thanks,
James


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: ftp question

Posted by Lewis Watson <li...@visionsix.com>.
Try pureftpd at http://pureftpd.sourceforge.net  It has a manual ~20 pages,
its secure as far as ftp goes and easy and versatile.

Lewis Watson

----- Original Message -----
From: "James Simons" <js...@ntinet.com>
To: <us...@httpd.apache.org>
Sent: Thursday, April 04, 2002 8:50 AM
Subject: ftp question


> This may be slightly off topic, but I am in the process of moving away
> from IIS to apahce.  I've been using IIS for ftp services.  Obviously
> FTP isn't included with Apache, but I was interested in finding out what
> works well, is secure, and is supported by the open source community.
>  I've heard some good things about wu-ftpd, but I can't seem to find any
> documentation out there that is really useful for me in setting up.
>
> I'm running RedHat 7.2 and would to do "virtual hosting" with the ftp
setup.
>
> Thanks,
> James
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: ftp question

Posted by Steve Leach <sl...@askalix.com>.
You might also consider using SCP for secure sessions?
ProFTPD is about the best of the bunch - find it at www.proftpd.org

Best Regards,

Steve Leach
Network Manager
Miami International Limited
Eaglescliffe Logistics Centre
Durham Lane
Egglescliffe
URL: http://www.askalix.com
TEL: 01642 356205
e-mail: sleach@askalix.com


----- Original Message -----
From: "James Simons" <js...@ntinet.com>
To: <us...@httpd.apache.org>
Sent: Thursday, April 04, 2002 3:50 PM
Subject: ftp question


> This may be slightly off topic, but I am in the process of moving away
> from IIS to apahce.  I've been using IIS for ftp services.  Obviously
> FTP isn't included with Apache, but I was interested in finding out what
> works well, is secure, and is supported by the open source community.
>  I've heard some good things about wu-ftpd, but I can't seem to find any
> documentation out there that is really useful for me in setting up.
>
> I'm running RedHat 7.2 and would to do "virtual hosting" with the ftp
setup.
>
> Thanks,
> James
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: ftp question

Posted by Alain Siani <AS...@wanadoo.fr>.


you can use proftpd server.
you can find it on cd of redhat 7.2 (i think)
You can install "webmin" to configure a lot of service...reboot your
server...and a lot things, configure mysql,apache,proftpd,cron(too easy!)
users...


Alain

-----Message d'origine-----
De : James Simons [mailto:jsimons@ntinet.com]
Envoye : jeudi 4 avril 2002 16:50
A : users@httpd.apache.org
Objet : ftp question


This may be slightly off topic, but I am in the process of moving away
from IIS to apahce.  I've been using IIS for ftp services.  Obviously
FTP isn't included with Apache, but I was interested in finding out what
works well, is secure, and is supported by the open source community.
 I've heard some good things about wu-ftpd, but I can't seem to find any
documentation out there that is really useful for me in setting up.

I'm running RedHat 7.2 and would to do "virtual hosting" with the ftp setup.

Thanks,
James


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: ftp question

Posted by Vernon <Ve...@b2unow.com>.
I use wu-ftpd and haven't had any problems. Webmin is awesome as well 
(www.webmin.com) for configuring your box. I have recently made the move 
myself from Microsoft to Linux Red Hat 7.2 and if I could I'd like to 
recommend the Red Hat Linux Bible which not only gives you step-by-step 
instructions on configuring wu-ftp but also critical info you need to 
setup and secure your box.

Vern

-----Original Message-----
From: James Simons <js...@ntinet.com>
To: users@httpd.apache.org
Date: Thu, 04 Apr 2002 09:50:21 -0500
Subject: ftp question

> This may be slightly off topic, but I am in the process of moving away 
> from IIS to apahce.  I've been using IIS for ftp services.  Obviously 
> FTP isn't included with Apache, but I was interested in finding out
> what 
> works well, is secure, and is supported by the open source community. 
>  I've heard some good things about wu-ftpd, but I can't seem to find
> any 
> documentation out there that is really useful for me in setting up.  
> 
> I'm running RedHat 7.2 and would to do "virtual hosting" with the ftp
> setup.
> 
> Thanks,
> James



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org