I don't know if lftp is responsible for this or I.. maybe you can help in the debuging process. I have an eggdrop tcl that relies on lftp's mirror command. users select files they want sent and it fxp's to their private ftp. anyways, since upgrading to the lastest lftp I get files that for some reason download directly to my harddrive rather than fxp. sometimes I wake up in the morning to find 20 gigs and my harddrive full. maybe you can help?
-Darren %cat .lftprc set net:reconnect-interval-max 1 set net:reconnect-interval-base 1 set net:timeout 20 set xfer:rate-period 300 set net:max-retries 1 set net:persist-retries 0 set ftp:use-stat no set ftp:fxp-force yes set ftp:passive_mode on set ftp:fxp-passive-source yes set ftp:fix-pasv-address yes % __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
