1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. If you had a PIAF Forum account in the vBulletin days, log in with your old credentials. Otherwise, sign up again and we'll get you back in business as soon as we can.
  3. Guest: We think the problem with locked threads from long message subjects has been resolved. Post a link here if you still see a problem.

QUESTION Travelin' Man 3 on RentPBX with vsftpd

Discussion in 'Add-On Install Instructions' started by unsichtbarre, Jun 18, 2013 at 3:48 PM.

  1. unsichtbarre Member

    Hi all,
    I am having some difficulty configuring PIAF with Travelin' Man 3 and vsftpd.

    I have vsftpd configured sufficiently to allow command-line FTP but for some reason my phones and WinSCP seem to choke-out on Passive mode connections. If I stop iptables, everything connects fine.

    Can someone give me a pointer as to how to get vsftpd working? Here's my vsftpd.conf
    Code:
    anonymous_enable=YES
     
    local_enable=YES
     
    write_enable=YES
     
    local_umask=022
     
    #anon_upload_enable=YES
     
    #anon_mkdir_write_enable=YES
     
    dirmessage_enable=YES
     
    xferlog_enable=YES
     
    connect_from_port_20=YES
     
    #chown_uploads=YES
    #chown_username=whoever
    #xferlog_file=/var/log/vsftpd.log
     
    xferlog_std_format=YES
     
    listen=YES
     
    pam_service_name=vsftpd
    userlist_enable=YES
    tcp_wrappers=YES
     
    pasv_enable=YES
    pasv_max_port=21
    pasv_min_port=21
    ftp_data_port=20
    listen_port=21

Share This Page