Flow
06-11-2007, 05:03 AM
Here the fix for the nxLib.tcl file. Located in \scripts\nxLib.tcl
It works for me. Dont use notepad altering the code.
Line 182
GetDirStatsRecurse $realPath data $ignoreList
to
GetDirStatsRecurse $realPath stats $ignoreList
Line 188
(comment out the whole line using # sign )
array set stats [list DirCount 0 FileCount 0 TotalSize 0]
to
# array set stats [list DirCount 0 FileCount 0 TotalSize 0]
Thats it, RESTART ioFTPD server, rehash wont do. (Thanks BJ)
It works for me. Dont use notepad altering the code.
Line 182
GetDirStatsRecurse $realPath data $ignoreList
to
GetDirStatsRecurse $realPath stats $ignoreList
Line 188
(comment out the whole line using # sign )
array set stats [list DirCount 0 FileCount 0 TotalSize 0]
to
# array set stats [list DirCount 0 FileCount 0 TotalSize 0]
Thats it, RESTART ioFTPD server, rehash wont do. (Thanks BJ)