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 123 of 123 FirstFirst ... 2373113121122123
Results 1,221 to 1,225 of 1225

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

  1. #1221
    Join Date
    Apr 2013
    Beans
    1

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

    hello im new at linux and dont know to to connect to my ftp server
    please help

  2. #1222
    Join Date
    May 2013
    Beans
    5

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

    8 years later...tnx again

  3. #1223
    Join Date
    Mar 2013
    Location
    L'Orignal ON, Canada
    Beans
    65
    Distro
    Ubuntu

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

    Hi,

    When I try to connect localy I get this error in FileZilla ; Réponse : 500 Sorry, no server available to handle request on ::ffff:192.168.2.22

    Any ideas?

    Thanks!

    Guillaume

  4. #1224
    Join Date
    Sep 2013
    Beans
    2

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

    I have ptoblem.
    When restart ftp:
    Stopping ftp server proftpd****************************************** [ OK ]
    ** Starting ftp server proftpd******************************************* ****** Master proftpd[29709]: Fatal: UserAlias: missing arguments on line 6 of '/etc/proftpd/proftpd.conf'


    Conffile
    # To really apply changes reload proftpd after modifications.
    AllowOverwrite on
    AuthAliasOnly on


    # Choose here the user alias you want !!!!
    UserAlias userftp

    ServerName*** *** *** "ChezFrodon"
    ServerType *** *** *** standalone
    DeferWelcome*** *** *** on

  5. #1225
    Join Date
    Sep 2013
    Beans
    1

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

    I too am embarrassed to say I have the 530 error - I read the first 20~ pages of this thread, and also the last 10, but no solution was found that worked.

    [L] USER root
    [L] 331 Password required for root
    [L] PASS (hidden)
    [L] 530 Login incorrect.
    and

    [L] USER ShareFTP
    [L] 331 Password required for ShareFTP
    [L] PASS (hidden)
    [L] 530 Login incorrect.

    Config file:

    # To really apply changes reload proftpd after modifications.
    AllowOverwrite on
    AuthAliasOnly on

    # Choose here the user alias you want !!!!
    UserAlias root ShareFTP

    ServerName "FTP Server"
    ServerType standalone
    DeferWelcome on

    MultilineRFC2228 on
    DefaultServer on
    ShowSymlinks off

    TimeoutNoTransfer 600
    TimeoutStalled 100
    TimeoutIdle 2200

    DisplayChdir .message
    ListOptions "-l"

    RequireValidShell off

    TimeoutLogin 20

    RootLogin on


    ExtendedLog /var/log/ftp.log
    TransferLog /var/log/xferlog
    SystemLog /var/log/syslog.log

    UseFtpUsers off

    AllowStoreRestart on

    Port 21


    MaxInstances 8

    User nobody
    Group nogroup

    Umask 022 022

    PersistentPasswd off

    MaxClients 8
    MaxClientsPerHost 8
    MaxClientsPerUser 8
    MaxHostsPerUser 8


    AccessGrantMsg "Successfully gained access."

    ServerIdent on "Welcome to a secure server.."


    DefaultRoot ~

    MaxLoginAttempts 5

    #VALID LOGINS
    <Limit LOGIN>
    AllowUser ShareFTP
    DenyALL
    </Limit>

    <Directory /home/FTP-Shared/>
    Umask 022 022
    AllowOverwrite off
    <Limit MKD STOR DELE XMKD RNRF RNTO RMD XRMD>
    DenyAll
    </Limit>
    </Directory>

    <Directory /home/FTP-Shared/download/*>
    Umask 022 022
    AllowOverwrite off
    <Limit MKD STOR DELE XMKD RNEF RNTO RMD XRMD>
    DenyAll
    </Limit>
    </Directory>

    <Directory /home/FTP-Shared/upload/>
    Umask 022 022
    AllowOverwrite on
    <Limit READ RMD DELE>
    DenyAll
    </Limit>

    <Limit STOR CWD MKD>
    AllowAll
    </Limit>
    </Directory>

    I can access the folders OK, so it isn't an error in them

    root@xx:/home/FTP-Shared/upload# cd /home/FTP-Shared/upload/
    root@xx:/home/FTP-Shared/upload# cd /home/FTP-Shared/download/
    root@xx:/home/FTP-Shared/download# cd /home/FTP-Shared/
    I'm stumped now, and given up after an hour of changing password for ShareFTP, testing, changing FTP port, testing, checking folders etc..

    Hopefully i'm something simple, i'm ready to look stupid but can't see it for the life of me! I removed the comment lines to make reading easier (hopefully).
    Last edited by dave46; September 20th, 2013 at 07:34 PM.

Page 123 of 123 FirstFirst ... 2373113121122123

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
  •