View Poll Results: Do you think that gproftpd is useful ?

Voters
872. You may not vote on this poll
  • Yes, it's easy to use and really powerful

    473 54.24%
  • Yes, but i won't use it

    136 15.60%
  • No, the GUI has to be improved

    263 30.16%
Page 74 of 123 FirstFirst ... 2464727374757684 ... LastLast
Results 731 to 740 of 1225

Thread: HOWTO : Create a FTP server with user access (proftpd)

  1. #731
    Join Date
    Dec 2007
    Beans
    13

    Few Questions

    I have a few questions which I am not sure if they were covered.
    73 pages is a lot to read. ^^;

    So, here we go:

    1) Is there a way to mount drives shared from a Windows machine through Samba and then set the ftp to allow users to get onto those?

    2) Is it possible for more than one user to have the same home drive?
    A little further explaination: I want to set users with access to the same folders, but I want different bandwidth caps on them. When I try to add two different users with the same home folder, proftpd doesn't start, telling me that the home folder is already in use or something to that effect.

    3) How do I allow users to change to different drives without creating a new username? Is it the same as windows based ftp servers where they are simply shortcuts?

    Thanks in advance for the help, guys.

  2. #732
    Join Date
    Apr 2006
    Location
    PA
    Beans
    91
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO : Create a FTP server with user access (proftpd)

    Frodon, I am having problems again. Getting following message:

    * Starting ftp server proftpd - mod_dso/0.4: module 'mod_tls.c' already loaded
    - Fatal: LoadModule: error loading module 'mod_tls.c': File exists on line 16 of '/etc/proftpd/modules.conf'

  3. #733
    Join Date
    Apr 2006
    Location
    PA
    Beans
    91
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO : Create a FTP server with user access (proftpd)

    This file is used to manage DSO modules and features.
    #

    # This is the directory where DSO modules reside

    ModulePath /usr/lib/proftpd

    # Allow only user root to load and unload modules, but allow everyone
    # to see which modules have been loaded

    ModuleControlsACLs insmod,rmmod allow user root
    ModuleControlsACLs lsmod allow user *

    # LoadModule mod_ctrls_admin.c
    LoadModule mod_tls.c
    LoadModule mod_sql.c
    LoadModule mod_ldap.c
    LoadModule mod_sql_mysql.c
    LoadModule mod_sql_postgres.c
    LoadModule mod_quotatab.c
    LoadModule mod_quotatab_file.c
    LoadModule mod_quotatab_ldap.c
    "modules.conf" 31 lines, 741 characters

  4. #734
    Join Date
    Jun 2005
    Location
    France
    Beans
    7,100
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO : Create a FTP server with user access (proftpd)

    @splendid, it's because (according to post #727) you have the "Include /etc/proftpd/modules.conf" twice in your proftpd.conf.

    @MoriyaMinakata:
    1) Yes, you just need to set the good rights on this folder.

    2)Yes, just create your user like you created the "userFTP" user then at him to the LIMIT login section and eventually give him an alias if you use alias names.

    3)I don't understand the question sorry.

  5. #735
    Join Date
    Apr 2006
    Location
    PA
    Beans
    91
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO : Create a FTP server with user access (proftpd)

    Frodon Thanks. That took care of problem. I am unable to FTP into the server. It seems like it is connecting through Filezilla, and then complains. I get a 550 error code. Any ideas where I might check. Have been reading through the forum and hav enot found anything yet.

    Thanks,

    Splendid

  6. #736
    Join Date
    Jun 2005
    Location
    France
    Beans
    7,100
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO : Create a FTP server with user access (proftpd)

    I would need the exact filezilla log and also test with some other FTP clients as it might be from the client. Of course check one more times your shared folder rights they must be 755 for download directories and 777 for upload directories, the files in the directories you share must have the good rights too.
    Last edited by frodon; March 6th, 2008 at 09:44 AM.

  7. #737
    Join Date
    Mar 2008
    Beans
    10

    Re: HOWTO : Create a FTP server with user access (proftpd)

    Hey, Ive read the replies but I still got a 530 error,

    after a second try to install proftpd, I just did what you wrote on the turorial, using your config and the same chmod /home/FTP-shared/ etc, but I still get 530, whats the problem?
    Response: 220 you're at home
    Command: USER breakz
    Response: 331 Password required for breakz.
    Command: PASS ******
    Response: 530 Login incorrect.
    Error: Unable to connect!

    CHmods:
    download 755
    upload 777
    FTP-shared 755

  8. #738
    Join Date
    Jun 2005
    Location
    France
    Beans
    7,100
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO : Create a FTP server with user access (proftpd)

    530 error as you should have read is the indicator of a mistake in the config, most often wrong directory rights or problem with password.
    Check thoroughly your whole config and set a new password for your userFTP user it solve the problem in some cases (try either using GUI either using command line).

  9. #739
    Join Date
    Mar 2008
    Beans
    10

    Re: HOWTO : Create a FTP server with user access (proftpd)

    Quote Originally Posted by frodon View Post
    530 error as you should have read is the indicator of a mistake in the config, most often wrong directory rights or problem with password.
    Check thoroughly your whole config and set a new password for your userFTP user it solve the problem in some cases (try either using GUI either using command line).
    well Im using your config, havent changed anything in it I only changed sauron to breakz, thats all
    Last edited by Daleth; March 6th, 2008 at 11:11 AM.

  10. #740
    Join Date
    Jun 2005
    Location
    France
    Beans
    7,100
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO : Create a FTP server with user access (proftpd)

    Have you tested several password change using GUI and CLI ? Have you tested this on the same computer that run the server ?
    Last edited by frodon; March 6th, 2008 at 11:45 AM.

Page 74 of 123 FirstFirst ... 2464727374757684 ... LastLast

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
  •