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 110 of 123 FirstFirst ... 1060100108109110111112120 ... LastLast
Results 1,091 to 1,100 of 1225

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

  1. #1091
    Join Date
    Dec 2007
    Location
    Powder Springs, Ga
    Beans
    1,396
    Distro
    Ubuntu Development Release

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

    Quote Originally Posted by frodon View Post
    You are making confusion between system user and alias names. What you allow in <Directory > section are system users not alias names.
    I changed it back to this:

    Code:
    # Choose here the user alias you want !!!!
    UserAlias thomas userftp
    but I still can't log in as a different user. All the users have user accounts on the server and have been added to the userftp group.
    | Corsair Carbide Series® 300R | Intel Core i5 650@3.20Ghz| OCZ-Vertex3 120 Gb SSD | Western Digital 640 Gb HDD | Western Digital 1 Tb HDD |
    |Gigabyte GeForce GTX 950 Extreme | Ubuntu 16.04 x86_64 | Windows 10 Pro |


  2. #1092
    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)

    Yep because you need to set an alias name for these new users withe the UserAlias command.

    Ex:
    UserAlias aliasname2 systemuser2

  3. #1093
    Join Date
    Dec 2007
    Location
    Powder Springs, Ga
    Beans
    1,396
    Distro
    Ubuntu Development Release

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

    Quote Originally Posted by frodon View Post
    Yep because you need to set an alias name for these new users withe the UserAlias command.

    Ex:
    UserAlias aliasname2 systemuser2
    Thank you, got it working.
    | Corsair Carbide Series® 300R | Intel Core i5 650@3.20Ghz| OCZ-Vertex3 120 Gb SSD | Western Digital 640 Gb HDD | Western Digital 1 Tb HDD |
    |Gigabyte GeForce GTX 950 Extreme | Ubuntu 16.04 x86_64 | Windows 10 Pro |


  4. #1094
    Join Date
    Dec 2007
    Location
    Powder Springs, Ga
    Beans
    1,396
    Distro
    Ubuntu Development Release

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

    I am unable to access the ftp shares from windows 7 on the same box as ubuntu 10.04 desktop and from windows xp on another box.
    | Corsair Carbide Series® 300R | Intel Core i5 650@3.20Ghz| OCZ-Vertex3 120 Gb SSD | Western Digital 640 Gb HDD | Western Digital 1 Tb HDD |
    |Gigabyte GeForce GTX 950 Extreme | Ubuntu 16.04 x86_64 | Windows 10 Pro |


  5. #1095
    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)

    This is more likely a network/firewall config issue on either your FTP server or your windows computer (maybe both).

    To ease the debug i strongly advice you to put your FTP server on port 21 as it is sometimes harder to use another port for FTP on the network/firewall config side.

  6. #1096
    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)

    This is more likely a network/firewall config issue on either your FTP server or your windows computer (maybe both).

    To ease the debug i strongly advice you to put your FTP server on port 21 as it is sometimes harder to use another port for FTP on the network/firewall config side.

  7. #1097
    Join Date
    Jun 2009
    Beans
    1

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

    Hello,

    I finally managed to get my local ftp server up and running, but there's is something I like to know.. I really did my best to locate the documentation somewhere but failed..

    Is there any documentation on the parameters used within the <limit> section in the proftpd.conf?
    [edit: sorry, this was really a noob question afterall, by monitoring the output screen in gftp, it came to mind that these are the commands given for certain actions... ]

    Lot's of thanx in advance

    And another minor, maybe even irrelevant question.. Does the pass phrase for the ssl certificate need to be a rather long one, or can it be short like a 'normal' pass?

    Cyberfloater
    Last edited by cyberfloater; February 19th, 2010 at 01:01 AM.

  8. #1098
    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)

    For documentation you should find all you need on the proftpd website there :
    http://www.proftpd.org/localsite/Use...userguide.html

    For the password, i guess it's always better to have at least 8 characters but it's just a feeling not something i can demonstrate.

  9. #1099
    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)

    For documentation you should find all you need on the proftpd website there :
    http://www.proftpd.org/localsite/Use...userguide.html

    For the password, i guess it's always better to have at least 8 characters but it's just a feeling not something i can demonstrate.

  10. #1100
    Join Date
    Dec 2009
    Beans
    37

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

    Thanks very much for your guide.

    I have a few questions.

    When I log into the userftp account from filezilla I am still able to open my main account's home folder. Is it possible to allow access to only two folders - download and upload? I don't want my friend's being able to see what is in my home folder.

    How would I upload files to the download directory remotely? Would I be able to do this via ssh?

    So I guess in short:

    1. Limit userftp only to download and upload
    2. Find a way to upload files to the 'download' folder remotely (e.g. ssh).

    Also, if I create any more folders (e.g. in the download or upload folder) will I need to change my log or chmod then in any way?

    Thanks
    Last edited by illy123; February 25th, 2010 at 12:02 AM.

Page 110 of 123 FirstFirst ... 1060100108109110111112120 ... 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
  •