Thread: Filedupe
View Single Post
Old 04-14-2012, 06:31 AM  
Rusher
Member
 
Join Date: Oct 2004
Posts: 57
Default Filedupe

i cant seem to get nxtools to log mp3 files to dupelog for fdupe when uploading to server.
folders gets added but not files. when i do a "site rebuild" it adds files and folders as supposed to. but not when i upload for some reason

nxtools.cfg :

set dupe(CheckDirs) True
set dupe(CheckFiles) True

ioftpd.ini

[Events]
OnUploadComplete = TCL ..\scripts\nxTools\nxDupe.tcl UPLOAD
OnUploadError = TCL ..\scripts\nxTools\nxDupe.tcl UPLOADERROR
OnFtpLogIn = TCL ..\scripts\nxTools\nxUtilities.tcl ONELINES

[FTP_Pre-Command_Events]
mkd = TCL ..\scripts\nxTools\nxDupe.tcl PREMKD
stor = TCL ..\scripts\nxTools\nxDupe.tcl PRESTOR
pass = TCL ..\scripts\nxTools\nxClose.tcl LOGIN

[FTP_Post-Command_Events]
dele = TCL ..\scripts\nxTools\nxDupe.tcl DUPELOG
mkd = TCL ..\scripts\nxTools\nxDupe.tcl POSTMKD
rmd = TCL ..\scripts\nxTools\nxDupe.tcl DUPELOG
rnfr = TCL ..\scripts\nxTools\nxDupe.tcl DUPELOG
rnto = TCL ..\scripts\nxTools\nxDupe.tcl DUPELOG

what am i missing ?
Rusher is offline