Results 1 to 1 of 1

Thread: proftpd configuration

  1. #1
    Join Date
    Jan 2010
    Location
    Colorado
    Beans
    72
    Distro
    Ubuntu 10.04 Lucid Lynx

    proftpd configuration

    I am trying to set up an ftp server using proftpd and Ubuntu Server 9.10.

    I need each ftp user to be able to log in and have access to their directory.
    ie:
    Code:
    user1 --> /home/user1
    user2 --> /some/other/directory
    user3 --> /still/another/directory
    I am able to log in from the command line using
    Code:
    $ftp address.to.server
    but when i attempt to connect using filezilla or any other FTP client I am get the following error
    Code:
    Status:	Resolving address of address.toserver
    Status:	Connecting to 10.10.10.10:21...
    Status:	Connection established, waiting for welcome message...
    Response:	220 ProFTPD 1.3.2 Server (Debian) [::ffff:address.to.server]
    Command:	USER user1
    Response:	331 Password required for user1
    Command:	PASS ********
    Response:	530 Login incorrect.
    Error:	Critical error
    Error:	Could not connect to server
    how do I configure this to enable multiple users? I have checked the documentation at http://proftpd.org/localsite/Usergui...userguide.html

    and didn't see a way to do this. What am I missing?
    Last edited by PyrexKidd; May 21st, 2010 at 01:18 AM.

Tags for this Thread

Bookmarks

Posting Permissions

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