TC65SH
"A Java program for communicating with a Siemens/Cinterion TC65 or TC65i device"
Features
- navigate and list the folder structure of the device
- upload/download/delete files from/to the device
- completely erase the device filesystem
- interactive mode (like a unix shell)
- batch mode (for scripting)
- network mode (via telnet)
Screenshot
This screenshot shows a interactive tc65sh session. All available commands can be listed by typing 'help'.
Download
You can download the latest distribution here: tc65sh-1.4.0.zip (source code is included). After downloading, please read the included README file.
Authors
Main Developer: Christoph Vilsmeier
This project was inspired by the project JOBEXFTP by
Ricardo Guilherme Schmidt:
https://github.com/3esmit/JObexFTP
Thanks to Thomas Martinec for providing the "getd" command.