Scripts are not supposed to access .ioFTPD files directly (since the format of them may change between releases and ioFTPD caches them internally), use the vfs function if writing a Tcl script or the DC_VFS shared memory functionality (DC_FILEINFO_READ/DC_FILEINFO_WRITE).
The same goes for user files - ioFTPD only reads user/group files at start-up and from that point on they are cached internally. So, modifying the user file directly (e.g. x:\ioFTPD\users\0) will not work.
Search the board for more information (sample code etc.); this has been brought up many times before.
|