1822196 Members
3654 Online
109640 Solutions
New Discussion юеВ

how to use wu_ftpd

 
Jose Ramirez_6
Advisor

how to use wu_ftpd

Hi.

I had install wu_ftpd with version 10.20.

how can i make ftp restrict with wu_ftpd?.

do i have to change the line of the file /etc/inetd.conf with other command oftd?


thank you for help me

jrm
jose ramirez
5 REPLIES 5
John Palmer
Honored Contributor

Re: how to use wu_ftpd

Hi,

You do most of the configuration by amending the 'ftpaccess' file.

Information should be in the 'man' pages supplied.

Regards,
John
T G Manikandan
Honored Contributor

Re: how to use wu_ftpd

Just check this link

http://www.wu-ftpd.org/HOWTO/guest.HOWTO

you have to use the ftpaccess file for that.

/etc/ftpaccess
T G Manikandan
Honored Contributor

Re: how to use wu_ftpd

Jose Ramirez_6
Advisor

Re: how to use wu_ftpd

actually the line of the file inetd.conf is:
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -a

I have to replace the command /usr/lbin/ftpd for /opt/wu_ftpd/sbin/ftpd for example

Thank you.
jose ramirez
John Palmer
Honored Contributor

Re: how to use wu_ftpd

Yes, in order to replace the standard ftp daemon with wu_ftpd, you do have to change that line in inetd.conf then reconfigure inetd with 'inetd -c'.

You are telling inetd which program to run when it gets an ftp connection.

Regards,
John