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 42 of 123 FirstFirst ... 3240414243445292 ... LastLast
Results 411 to 420 of 1225

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

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

    Are you behind a router or a firewall ? if yes it is things to check as well.

  2. #412
    Join Date
    Mar 2007
    Beans
    Hidden!

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

    Sputnik,

    I get the impression that Frodon isn't behind a router. Which is fine, except for the fact that his awesome instructions don't drill down into routers.

    I suggest you port forward 21 on your router.

    There are some other things you should do too if you haven't already done so.

    1. Login into your router.
    2. Under Internet Connection Type (or similar- I'm using linksys router), select Static IP. If you need your Internet IP address, subnet mask and gateway click on Status (or similar).


    To port forward 21, click into your Port Range Forward table (this is located under Application & Gaming on Linksys)
    Application: FTP
    Start: 21 to
    End: 21
    Protocol: TCP
    IP Address (linksys and based on DHCP Server starting IP address): 192.168.1.100
    Enable: Y

    Hope this helps. Keep posting your questions if it doesn't =)

  3. #413
    Join Date
    Jan 2007
    Beans
    22

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

    Thank you both. Tried it over a PPP connection and things worked fine. As a note ftp uses port 20 as well as port 21, 21 is for commands and 20 for data, unless passive ftp is used.

    Thanks again,
    Rob.

  4. #414
    Join Date
    Aug 2006
    Beans
    25

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

    many compliments for this guide frodon. I got it work in a few minutes, I tried in local network(ftp 127.0.0.1), no problem. But know I'm always getting this error from Linux or Windows SO:

    xxx@Linux-desktop:~$ ftp 192.168.0.253
    Connected to 192.168.0.253.
    500 FTP server shut down (Sun Apr 1 21:17:59 2007 , Current connections will be dropped: Sun Apr 1 21:07:59 2007) -- please try again later

    I tried restarting proftpd and Ubuntu, but nothing. Why is this happening?

  5. #415
    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 thnk you need to pass the username at least in your command to go to the next login step, for example "ftp username@192.168.0.253" then you will be asked to enter the password (it's how it works with a web browser).

  6. #416
    Join Date
    Aug 2006
    Beans
    25

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

    Quote Originally Posted by frodon View Post
    I thnk you need to pass the username at least in your command to go to the next login step, for example "ftp username@192.168.0.253" then you will be asked to enter the password (it's how it works with a web browser).
    that's strange. I got it to work in a couple of minutes simply typing ftp 127.0.0.1(from Ubuntu). I logged off from ftp, then I tried from Windows and started getting the 500 error. The strange thing seems to be the hour-minute in the error:

    500 FTP server shut down (Sun Apr 1 21:17:59 2007

    that's about the time I logged off from fto in Ubuntu

    Thanks

    edit: tried ftp username@192.168.0.253 and got Unknown host errror.

    Like I said before, the 500 error came out when I started the Windows macchine, Could it be a conflict with Samba?
    Last edited by Harry_Callahan; April 1st, 2007 at 09:42 PM.

  7. #417
    Join Date
    Apr 2007
    Beans
    40

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

    Hi!

    I'm a complete Linux/Ubuntu newbie

    I've followed the tutorial, but when i try to start the server I Just get:
    root@Server:~# sudo /etc/init.d/proftpd start
    * Starting ftp server proftpd [fail]

    How do I go about to get a little more information on exactly what it is that has failed?

    //T

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

    http://www.proftpd.org/localsite/Use...ked/x1058.html

    Don't forget to perform a syntax check first just to see that there isn't any typo somewhere :
    Code:
    proftpd -td5
    More here : http://www.proftpd.org/localsite/Use...ked/x1044.html

  9. #419
    Join Date
    Apr 2007
    Beans
    40

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

    did that. It says it's ok...

  10. #420
    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)

    And with the -nd5 option you don't get more details on what failed ?

Page 42 of 123 FirstFirst ... 3240414243445292 ... 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
  •