Hi,
I want to setup a ftp Server on CentOS 4.4. I will have to choose which ftp is IDLE among 3 ftp pkgs that are vsftp,wuftp or proftp?
What do you recommend?
On Tue, Mar 13, 2007 at 09:29:24AM +0530, Indunil Jayasooriya wrote:
I want to setup a ftp Server on CentOS 4.4. I will have to choose which ftp is IDLE among 3 ftp pkgs that are vsftp,wuftp or proftp?
If you have to ask, the answer is "vsftp".
Hi Matthew,
Thanks for your quick answer. I also got the same answer from internet.
the above url says about it?
anyway, Have you configured it before?
I now want to configure it. How to configure it?
is ther a step by step document on configuring this?
pls help me.
On 3/13/07, Matthew Miller mattdm@mattdm.org wrote:
On Tue, Mar 13, 2007 at 09:29:24AM +0530, Indunil Jayasooriya wrote:
I want to setup a ftp Server on CentOS 4.4. I will have to choose which
ftp
is IDLE among 3 ftp pkgs that are vsftp,wuftp or proftp?
If you have to ask, the answer is "vsftp".
-- Matthew Miller mattdm@mattdm.org http://mattdm.org/ Boston University Linux ------> http://linux.bu.edu/ _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
It's pretty easy really.
http://www.debianhelp.co.uk/vsftpd.htm
That page pretty much sums it up.
The following options are all you really need to get up and running quickly as a local user:
anonomous_enabled=NO local_enable=YES write_enable=YES
JC
On 3/13/07, Indunil Jayasooriya indunil75@gmail.com wrote:
Hi Matthew,
Thanks for your quick answer. I also got the same answer from internet.
the above url says about it?
anyway, Have you configured it before?
I now want to configure it. How to configure it?
is ther a step by step document on configuring this?
pls help me.
On 3/13/07, Matthew Miller mattdm@mattdm.org wrote:
On Tue, Mar 13, 2007 at 09:29:24AM +0530, Indunil Jayasooriya wrote:
I want to setup a ftp Server on CentOS 4.4. I will have to choose
which ftp
is IDLE among 3 ftp pkgs that are vsftp,wuftp or proftp?
If you have to ask, the answer is "vsftp".
-- Matthew Miller mattdm@mattdm.org http://mattdm.org/ Boston University Linux ------> http://linux.bu.edu/ _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-- Thank you Indunil Jayasooriya
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Indunil Jayasooriya wrote:
Hi Matthew,
Thanks for your quick answer. I also got the same answer from internet.
the above url says about it?
anyway, Have you configured it before?
I now want to configure it. How to configure it?
is ther a step by step document on configuring this?
pls help me.
If there were good answers to that question, they would be the defaults for the distribution package. Oh wait, they are...
yum install vsftpd chkconfig vsftpd on service vsftpd start