Find the answer to your Linux question:
Results 1 to 5 of 5
hi can somebody tell me what is difference but vsftpd and proftpd ??? I want to make my suse machine as ftp server so that my user can download files ...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Posts
    40

    ftp server

    hi

    can somebody tell me what is difference but vsftpd and proftpd ???

    I want to make my suse machine as ftp server so that my user can download files from my server , what should i do ? so far i have aleady configured vsftpd ?

    am using suse 9 enterprise server???

  2. #2
    Just Joined!
    Join Date
    Sep 2007
    Posts
    40
    hi i have already come up with soln i used vsftpd and managed to setup ftp server now its running problem is i still dont know how to add users with password ,am connecting through anonymous .. when am connecting it gives me below output.
    mx:~ # ftp 10.1.2.128
    Connected to 10.1.2.128.
    220 (vsFTPd 1.2.1)
    Name (10.1.2.128:root):
    530 This FTP server is anonymous only.
    ftp: Login failed.
    ---------------------------------------------
    how can i add users ?

  3. #3
    Just Joined!
    Join Date
    Feb 2008
    Posts
    67
    First of all ...u cant ftp using root account....it is disabled by default ...although u can enable it but it is not recommended....

    all the users in ur system can use ftp with thier username and password for linux system....
    but the error shows that ftp server is configured for anonymous login....for user authentication got to vsftpd.conf file and change "anonymous_enable = NO"..

  4. #4
    Just Joined!
    Join Date
    Sep 2007
    Posts
    40
    If i put
    "anonymous_enable = NO"..

    i even unable to login my problem is i want to create user even if i open web interface it prompts for username and password

  5. #5
    Just Joined!
    Join Date
    Feb 2008
    Posts
    67
    Ok

    after doing the changes in the conf file did u restart the vsftp server.

    Also see vsftpd.users file ... what are its contents.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...