It means that all 'package require ...' instructions won't work since the path to the tcl libs is wrong.
BUT that all 'source bla.tcl' instructions will work.
So, you have to replace all 'package require' with 'source'.
Or better, you can avoid this behaviour if you don't have your windrop dir in your ioFTPD dir. ie. c:\windrop is a good location.
|