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 104 of 123 FirstFirst ... 45494102103104105106114 ... LastLast
Results 1,031 to 1,040 of 1225

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

  1. #1031
    Join Date
    Jan 2009
    Beans
    58

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

    It seems to be logging in fine, if I use the alias "sauron" instead.
    However, it kicks me right back out again:
    Code:
    * About to connect() to gargoyle.homelinux.org port 21
    * Trying 98.237.xxx.xxx... connected
    * Connected to gargoyle.homelinux.org (98.237.xxx.xxx) port 21
    < 220 you're at home
    
    > USER sauron
    < 331 Password required for sauron
    
    > PASS *****
    < 230 welcome !!!
    
    > PWD
    < 257 "/" is the current directory
    * Entry path is '/'
    
    > CLNT Testing from http://www.g6ftpserver.com/ftptest from IP 98.237.xxx.xxx
    < 500 CLNT not understood
    * QUOT command failed with 500
    * Connection #0 to host gargoyle.homelinux.org left intact
    
    * Closing connection #0
    Does this mean there's something wrong with the CLNT (client), proftpd?
    I can't find too much information on error 500.
    gFTP still gets "connection refused".

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

    At this step, it's a problem with the client IMO. Try with a client like filezilla or gFTP.

  3. #1033
    Join Date
    Jan 2009
    Beans
    58

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

    Quote Originally Posted by frodon View Post
    At this step, it's a problem with the client IMO. Try with a client like filezilla or gFTP.
    gFTP gives me
    Code:
    Cannot connect to gargoyle.homelinux.org: Connection refused
    and Filezilla:
    Code:
    Status:	Resolving address of gargoyle.homelinux.org
    Status:	Connecting to 98.237.xxx.xxx:21...
    Status:	Connection attempt failed with "ECONNREFUSED - Connection refused by server".

  4. #1034
    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 i think the issue is on your network config either firewall, router or server port. Check everything you should have done a mistake somewhere.

  5. #1035
    Join Date
    Apr 2009
    Beans
    264
    Distro
    Ubuntu 12.04 Precise Pangolin

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

    I'm going to set up a simple ftp server in the next while, but I'm not sure how to set a password to it. How do I set one?

    PS - Although it's on Ubuntu, the clients are all Windows users, in case this changes anything.

  6. #1036
    Join Date
    Jan 2008
    Beans
    3

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

    Quote Originally Posted by PirateChef View Post
    OK, this seems to be getting somewhere.
    Now, I get this error:
    Code:
    * About to connect() to gargoyle.homelinux.org port 21
    * Trying 98.237.xxx.xxx... connected
    * Connected to gargoyle.homelinux.org (98.237.xxx.xxx) port 21
    < 220 you're at home
    
    > USER ftp1
    < 331 Password required for ftp1
    
    > PASS *****
    < 530 Login incorrect.
    * Access denied: 530
    * Closing connection #0
    I uninstalled and re-installed proftpd, which changed nothing. I changed the password for ftp1 in the Users & Groups control panel, and the command line. Still getting this error.
    I had this exact same problem today, I found a tip that said using a smaller password. This worked for me. I went from 15 chars to 8 chars. I hope it wasn't just a coincidence

    grts

  7. #1037
    Join Date
    Apr 2009
    Beans
    264
    Distro
    Ubuntu 12.04 Precise Pangolin

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

    I just had a '530 Login incorrect' error as well. However, it's already using a short password, and it's a new setup, so I'm pretty sure in my case I've done something wrong.

    What does the your_password represent? The account's password, or a validitory one of your own? I tried using the same password for everything asa an experiment, and still got the 530 error.

  8. #1038
    Join Date
    Jun 2009
    Beans
    4

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

    Hi guys, Im a noob when it comes to this field so I installed the GUI. I was able to install it, configured the server, and added users. But then here comes the part where I will log onto the server. My server name is "Testftp.com" shall I type this one on my web browser? or is there a way for me to log into the server as a user?

  9. #1039
    Join Date
    Sep 2005
    Beans
    8

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

    I have a question...I have a permissions issue on uploading....downloading works like a charm...here is my error:

    STOR /_Boston_ Foreplay-Long Time.mp3

    550 /_Boston_ Foreplay-Long Time.mp3: Permission denied
    Loading directory listing / from server (LC_TIME=en_US.UTF-8)
    PASV

    227 Entering Passive Mode (xx,xxx,xxx,xxx,xxx,125).
    LIST -aL

    150 Opening ASCII mode data connection for file list
    226 Transfer complete

    I have changes permissions and all for this directory to no avail..,.any ideas?

  10. #1040
    Join Date
    Dec 2008
    Beans
    57

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

    -Make sure you have this inside proftpd.conf (preferably inside your upload directory section)
    <limit STOR>
    AllowAll
    </limit>

    -And make sure your upload folder is owned by root with 777 permision

Page 104 of 123 FirstFirst ... 45494102103104105106114 ... 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
  •