Koozali.org: home of the SME Server

Fxp wont work in v6.0 SME with Proftpd

Derek

Fxp wont work in v6.0 SME with Proftpd
« on: January 02, 2004, 02:31:02 AM »
Below is my proftpd.conf file, I cannot get fxp to work, buddy is trying to fxp from a Serv-U machine to this one and gets the following error.

200 PORT Command successful.
 STOR midnight.txt
RETR midnight.txt
150 Opening ASCII mode data connection for midnight.txt (7249 bytes).
 425-Using UL/DL ratio 1/4, counting bytes over all sessions
      Current UL/DL ratio credit 428388480 Kbytes
 425 Cannot open data connection
I dont know where the ratio stuff comes in but this is the message he gets. I tried to fxp from another machine to my server and it transfered 0 byte files but only half the files i selected and after that it just timed out.
I had the configuration listed below working fine with v5.5 but somereason it wont work now with v6.03 although the restart/resume uploads seems to work. Please help its been 3 hours trying to fix this.

Derek




#------------------------------------------------------------
# DO NOT MODIFY THIS FILE! It is updated automatically by the
# SME Server software. Instead, modify the source template in
# an /etc/e-smith/templates-custom directory. For more
# information, see http://www.e-smith.org/custom/
#
# copyright (C) 1999-2003 Mitel Networks Corporation
#------------------------------------------------------------



AllowForeignAddress on   #Allow FXP (ftp to ftp transfers)
AllowStoreRestart on   #Allow Upload Resumes
###AllowRetrieve Restart   on   #Allow Download ResumesDefaultRoot    /home/e-smith/files/users/
DefaultRoot    /home/e-smith/files/users/
DefaultRoot    /home/e-smith/files/users/
DefaultRoot    /home/e-smith/files/ibays/
DefaultRoot    /home/e-smith/files/users/
DefaultRoot    /home/e-smith/files/users/
DefaultRoot    /home/e-smith/files/users/

DefaultRoot      /home/e-smith/files
DefaultServer      on
DenyFilter \*.*/
DisplayFirstChdir   .message
DisplayLogin      welcome.msg
Group         public
IdentLookups off
MaxInstances      30
ScoreboardFile   /var/run/proftpd/scoreboard
ServerAdmin      admin@mydomain.com
ServerIdent      off
ServerName      "ProFTPD e-smith installation"
ServerType      inetd
UseFtpUsers      on
UseReverseDNS off
User   
public
Port         1111

 
    DenyAll
 

 
    DenyAll
 



  AllowAll



    AllowOverwrite on
    Umask 007
   
        AllowAll
   




    AllowOverwrite on
    GroupOwner shared
    Umask 027
   
        AllowAll