View Single Post
Old 10-30-2003, 04:42 AM  
Zer0Racer
Senior Member
 
Join Date: Oct 2002
Posts: 703
Default

Quote:
Originally posted by Optixxx
***********************************************

Bounty

nice work,but i really dont like file duping
lots of ppl also have problems with file duping

is ther an option 0/1 for duping/non-duping files?


cheers
Very easy. Since newdir script makes it's logs from OnNewFtpDir event you can quickly determine that dupefile.log comes from OnUploadComplete (after every file uploaded).

Solution: Don't add the OnUploadComplete from newdir install txt to ioFTPD.ini

Code:
[Events]
OnUploadComplete = TCL ..\scripts\newdir\OnUploadComplete.itcl
If you check inside that .itcl you see this comment: # add file to DUPEFILE.LOG
Zer0Racer is offline   Reply With Quote