Enable FXP pure-ftp ispconfig3-debian

Discussion in 'General' started by PhoNull, Jan 24, 2012.

  1. PhoNull

    PhoNull New Member

    Hi,

    I have been searching for a solution to enable fxp for pure-ftpd on a ispconfig3 debian server.

    I tried to add AllowFXPUser=yes to /etc/default/pure-ftpd-common but I still get a site to site transfer failed!
     
  2. PhoNull

    PhoNull New Member

    Bump, Falko, till ? could you please give me the command to enable fxp .. I have looked everywhere.
     
  3. erosbk

    erosbk New Member

    In pure-ftpd, I think the command is allowuserfxp and not the one you are using.

    Regards
     
  4. PhoNull

    PhoNull New Member

    ty for the reply but the same crap.

    Site to Site Transfer Failed! (Attempting alternative method)
     
  5. erosbk

    erosbk New Member

    Try this:

    echo "yes" > /etc/pure-ftpd/conf/AllowUserFXP

    Restart pure-ftpd




    ----

    first line will create AllowUserFXP file, inside of that file, it will writte yes. When restarting pure-ftpd, you should see there a -w parameter. If you see it, FXP is enabled and your problem is other... (maybe some other settings allowing connection from/to in your server, because FXP is highly insecure? you should read pure-ftp doc).

    Regards
     
  6. PhoNull

    PhoNull New Member

    thanks for the help. Yeah I did that command .. it seems to be a firewall issue with the passive ports.
     
  7. JohnnyBeGood

    JohnnyBeGood Member

    Facing same issue trying to move files from server to other but its not letting me.
    any ideas? using ISPConfig 3.0.5.2
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    You cans set a passive port range in pure-ftpd which has to match the range that you allow in your firewall. Thre is a article in ispconfig faq on that topic.
     

Share This Page