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 59 of 123 FirstFirst ... 949575859606169109 ... LastLast
Results 581 to 590 of 1225

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

  1. #581
    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)

    Your user guest has no alias name and the option "AuthAliasOnly on" allows only alias name to login, so either create an alias name for the user guest or disable the "AuthAliasOnly" option.

    Otherwise try to reset the password, it often solve this problem :
    Code:
    sudo passwd guest
    Last edited by frodon; August 16th, 2007 at 12:15 PM.

  2. #582
    Join Date
    Jul 2006
    Location
    Dallas, Texas
    Beans
    21
    Distro
    Ubuntu 7.10 Gutsy Gibbon

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

    call me a n00b, because i call myself that and I am, but is all i have to is like below?:

    # /etc/proftpd/proftpd.conf -- This is a basic ProFTPD configuration file.
    # To really apply changes reload proftpd after modifications.
    UserAlias Nick userftp
    UserAlias guest userftp1
    AuthAliasOnly on

    or is there another way i have to set the alias?

    i have done
    sudo passwd guest

    and reset the password but am still getting the 530 error.

  3. #583
    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)

    Ok wait a minute, what are the names of the users you created and what login name do you use in your ftp client ?
    Last edited by frodon; August 16th, 2007 at 01:10 PM.

  4. #584
    Join Date
    Jul 2006
    Location
    Dallas, Texas
    Beans
    21
    Distro
    Ubuntu 7.10 Gutsy Gibbon

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

    I've tried using both userftp1 and guest, still no go.

  5. #585
    Join Date
    Apr 2007
    Location
    Ottawa, Canada
    Beans
    740
    Distro
    Kubuntu Development Release

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

    I get an error saying that it can't find the proftpd package.

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

    Quote Originally Posted by shortbus View Post
    I've tried using both userftp1 and guest, still no go.
    Please answer my question first, i think your problem is just that in your LOGIN section you are allowing the alias name instead of the real user name.

    Quote Originally Posted by Jordanwb View Post
    I get an error saying that it can't find the proftpd package.
    This is more likely to be a repository problem, could you tell us which version of ubuntu you are using ?

  7. #587
    Join Date
    Apr 2007
    Location
    Ottawa, Canada
    Beans
    740
    Distro
    Kubuntu Development Release

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

    I'm using 6.06

  8. #588
    Join Date
    Aug 2007
    Beans
    1

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

    I'm getting the same problem with 6.06 when I try and get the gproftpd. I'm also a noobie

  9. #589
    Join Date
    Feb 2006
    Location
    Minnesota
    Beans
    155
    Distro
    Xubuntu

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

    nvm
    Last edited by spartan777; September 1st, 2007 at 01:05 AM.

  10. #590
    Join Date
    Feb 2006
    Location
    Minnesota
    Beans
    155
    Distro
    Xubuntu

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

    how do I know whether I'm connected to my ftp server via ssl or not? it seems to me that I'm not, even though I've set

    Code:
        TLSRequired on
    also, when i'm setting up my ssl certificates, on the last step, i get this:

    Code:
    1 out of 1 certificate requests certified, commit? [y/n]y
    Write out database with 1 new entries
    Data Base Updated
    CA verifying: server.crt <-> CA cert
    server.crt: /C=US/ST=Illinois/O=Internet Widgits Pty Ltd/CN=Calvin/emailAddress=MY_EMAIL_ADDR@gmail.com
    error 18 at 0 depth lookup:self signed certificate
    /C=US/ST=Illinois/O=Internet Widgits Pty Ltd/CN=Calvin/emailAddress=MY_EMAIL_ADDR@gmail.com
    error 7 at 0 depth lookup:certificate signature failure
    22235:error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01:rsa_pk1.c:100:
    22235:error:04067072:rsa routines:RSA_EAY_PUBLIC_DECRYPT:padding check failed:rsa_eay.c:708:
    22235:error:0D0C5006:asn1 encoding routines:ASN1_item_verify:EVP lib:a_verify.c:168:
    calvin@calvin-desktop:/etc/ftpcert$
    Last edited by spartan777; September 1st, 2007 at 03:26 AM.

Page 59 of 123 FirstFirst ... 949575859606169109 ... 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
  •