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 49 of 123 FirstFirst ... 3947484950515999 ... LastLast
Results 481 to 490 of 1225

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

  1. #481
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

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

    Quote Originally Posted by Jordanwb View Post
    ^ Same for me. Now I have to figure out what to change and how to get to the GUI.
    what gui are you guys talking about? maybe gproftpd? If you follow his guide there is really no need for a gui. it's just editing 1 file and he has great instructions. plus you'll learn more this way whereas when you use a gui you're so dependent on it and then what if you upgrade somethign and then the gui doesn't work, you're stuck and then have to learn how to manually edit files anyway. just my 2 cents.

  2. #482
    Join Date
    May 2007
    Beans
    4

    Problem

    i start server and it get back something like this

    * Starting ftp server proftpd - IPv6 getaddrinfo 'hal9000' error: No address associated with hostname



    what should i do?

    thx a lot

  3. #483
    Join Date
    Jul 2006
    Beans
    436
    Distro
    Ubuntu 11.10 Oneiric Ocelot

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

    start by posting the content of your /etc/hosts file

  4. #484
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Problem

    Quote Originally Posted by `opH View Post
    i start server and it get back something like this

    * Starting ftp server proftpd - IPv6 getaddrinfo 'hal9000' error: No address associated with hostname



    what should i do?

    thx a lot
    this error is ok, it's merely stating that you don't have a regisetered hostname on IPv6 inernet and according to Frodon this is ok. I see he error on my fp server and i still works. no sure what page frodon commens abou this on but it's alright or are you saying that your server isn't working?

  5. #485
    Join Date
    May 2007
    Beans
    4

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

    Quote Originally Posted by Kulgan View Post
    start by posting the content of your /etc/hosts file

    127.0.0.1 localhost
    86.49.126.49 hal9000
    # The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts

  6. #486
    Join Date
    Jul 2006
    Beans
    436
    Distro
    Ubuntu 11.10 Oneiric Ocelot

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

    can you connect to the ftp server?

  7. #487
    Join Date
    Mar 2007
    Beans
    109

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

    `opH

    add your box's name to the IPv6 info in /etc/hosts:
    Code:
    # The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback <add it here>
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    Do this if you wish for the error message to go away, it is no big deal like dannyboy79 said, but if the message annoys you then just add you box's name like above.

  8. #488
    Join Date
    May 2007
    Beans
    4

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

    Quote Originally Posted by tbuss View Post
    `opH

    add your box's name to the IPv6 info in /etc/hosts:
    Code:
    # The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback <add it here>
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    Do this if you wish for the error message to go away, it is no big deal like dannyboy79 said, but if the message annoys you then just add you box's name like above.

    thank you very much now it's work

  9. #489
    Join Date
    May 2007
    Beans
    1

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

    Hallo!
    I have Ubuntu 6.06 with ProFTPd 1.3.0. Now I want to configure mod_tls. I've read the first post of this topic and done all.
    Now, if mod_tls ON, connection to ftp is very slow, and TLS isn't work
    In TLS.log:
    mod_tls/2.1.1[15712]: ssl/tls required but absent on control channel, denying USER command
    What I've done wrong?

  10. #490
    Join Date
    May 2007
    Beans
    4
    i've got another problem... nobody cam connect to my FTP. it's like he haven't a created acc but i created it. what should i post to get me an advice? thx opH

Page 49 of 123 FirstFirst ... 3947484950515999 ... 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
  •