Interesting ... but lacks details. AFAIK DOS has no good multitasking design so you can't do reliably file I/O (even more writes) from a TSR.
- file not closed after update ? - file updated using lower level sector access ? - updating of the file fails while your FTP server is runnig (check after exit) ? - FreeDOS vs EDR-DOS ? What does the TSR do ? Of course you could add a feature into your FTP server at given time to automatically suspend, spawn some other app (updating the files), and then continue. Alternatively, define a "communication block" in memory, the TSR will write it's wishes into this block only, and your FTP server will execute them on files (rename, append data, replace data, kick file, ...). ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
