1833471 Members
2740 Online
110052 Solutions
New Discussion

FTP User

 
Shahul
Esteemed Contributor

FTP User

Hi

Can I set password for anonymous FTP user??

TIA
Shahul
6 REPLIES 6
steven Burgess_2
Honored Contributor

Re: FTP User

steven Burgess_2
Honored Contributor

Re: FTP User

Check the comment out by Bill ( last entry )
take your time and think things through
Steven Sim Kok Leong
Honored Contributor

Re: FTP User

Hi,

Do you see a user account for anonymous ftp in /etc/passwd?

# grep ftp /etc/passwd
ftp:*:400:400:Anonymous FTP:/home/ftp:/bin/true

If you don't intend to allow anonymous FTP, then you should remove it from /etc/passwd. FTP'ing using other user accounts will be prompted for their individual passwords.

If you wish to use the username anonymous but set a password for it, you can try setting the passwd for this account and see if it works eg.

# passwd ftp

Hope this helps. Regards.

Steven Sim Kok Leong
steven Burgess_2
Honored Contributor

Re: FTP User

Hi again

Also have a peruse at the following doc
take your time and think things through
steven Burgess_2
Honored Contributor

Re: FTP User

sorry.

I posted the wrong doc

take your time and think things through
steven Burgess_2
Honored Contributor

Re: FTP User

sorry.

I posted the wrong doc

take your time and think things through