Activity Stream
48,167 MEMBERS
62227 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Member

    Default How to Make a new account in Proftpd

    Hi
    i have proftpd installed in my vps but now i want to add new ftp user account....i dont have any control panel installed...so can anyone tell me how can i add ftp user on particular directory.

    Thanks
    Sushant Reviewed by Sushant on . How to Make a new account in Proftpd Hi i have proftpd installed in my vps but now i want to add new ftp user account....i dont have any control panel installed...so can anyone tell me how can i add ftp user on particular directory. Thanks Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    wscripts.net damnlolscript.com lulzjet.com
    i use this everytime i reinstall the os
    Code: 
    yum -y install proftpd
    nano /etc/shells
    Add this line in /etc/shells file (sudo gedit /etc/shells to open the file) : /bin/false
    useradd userftp -p 'mypass' -d /home -s /bin/false
    passwd userftp
    /etc/init.d/proftpd start
    this is for centos

  4.     
    #3
    Member
    adduser username
    chown -R username /directory/
    chmod -R 777 /directory/
    For debian

  5.     
    #4
    Member
    Quote Originally Posted by t3od0r View Post
    i use this everytime i reinstall the os
    Code: 
    yum -y install proftpd
    nano /etc/shells
    Add this line in /etc/shells file (sudo gedit /etc/shells to open the file) : /bin/false
    useradd userftp -p 'mypass' -d /home -s /bin/false
    passwd userftp
    /etc/init.d/proftpd start
    this is for centos
    Code: 
    Status: Connecting to 176.102.65.146:21...
    Status: Connection established,  waiting for welcome message...
    Response: 220 FTP Server ready.
    Command:  USER mahesh
    Response: 331 Password required for mahesh
    Command: PASS  ********
    Response: 530 Login incorrect.
    Error: Critical error
    Error:  Could not connect to server
    Hi i m trying yours one but i getting abve error

  6.     
    #5
    Member
    This is means your password is wrong. change it and try again.

    i read before that if you want to add FTP user. you need to add new User account in LinuxOS and providing privileges to the account to login through FTP:21.

    above are correct commands, try using your Root account.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 11th Jul 2012, 07:34 AM
  2. [Other] Cheapest rdp account you can make
    By flowers in forum Archive
    Replies: 2
    Last Post: 7th Jun 2012, 10:24 AM
  3. ProFTPd compile error
    By feronso in forum Server Management
    Replies: 10
    Last Post: 31st May 2012, 03:03 PM
  4. proftpd server help
    By jetli68 in forum Technical Help Desk Support
    Replies: 0
    Last Post: 30th Nov 2011, 11:28 AM
  5. Replies: 0
    Last Post: 12th Nov 2010, 11:56 PM

Tags for this Thread

BE SOCIAL