Thread: .ioFTPD content
View Single Post
Old 09-01-2005, 08:19 AM  
neoxed
Too much time...
 
Join Date: May 2003
Posts: 1,326
Default

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.
neoxed is offline   Reply With Quote