Create FTP user from SSH

On June 3, 2010, in CentOS, Fedora, Linux, Tips, Tricks, by phpsolutions

Wow! amazing ……

Do you want to create FTP user from linux command line SSH?

First you have to install FTP daemon like

vsftpd: http://www.cyberciti.biz/tips/linux-creating-ftp-account-with-vsftpds.html

proftpd: http://www.cyberciti.biz/tips/linux-installing-configuring-proftpd-ftp-server.html

Use below commands to create FTP user in Web accessible location

# useradd -c ‘FTP USER phpsolutions’ -m phpsolutions -d /var/www/html/phpsolutions

# chmod -R 775 /var/www/html/phpsolutions

4 Responses to Create FTP user from SSH

  1. Anonymous says:

    You completed several good points there. Used to do searching for the issue and located the majority of people should go in conjunction with with your blog.

  2. Anonymous says:

    Excellent read, I simply passed this onto a colleague who has been conducting a little research on that. And he actually bought me lunch because I found it for him smile So well then , i’ll rephrase that: Many thanks for lunch!

  3. Anonymous says:

    My business is really thankful to the author on this post in making this lovely and informative article live here for us. We really appreciate ur effort. Maintain the great work. . . .

  4. Addrienne says:

    I found just what I was nedeed, and it was entertaining!

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.