Send any input to port 29391 and TrakEM2 will
try to save all
FSLoader
projects to XML files.
For example:
$ telnet localhost 29391
> save
Saving...
Saved project[1] to: /path/to/file.xml
>
Commands:
- save : saves the project to its own XML file, or to an automatic location if it was never saved before; prints the file name.
- saveas : saves to a new XML file (never overwriting the existing XML file); prints that file name.
- stream : outputs the XML file into the remote terminal.
- quit : disconnect.