Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2011-04-11 | 1.5 kB | |
scpmidlet.jar | 2011-04-11 | 123.8 kB | |
Totals: 2 Items | 125.3 kB | 0 |
README for SCPMidlet 2011 April 11 andrew.j.milne@gmail.com Description ----------- As of this writing, this is a dead simple (but functioning) Java ME/J2ME (also known as Java Microedition, or Java 2 microedition) midlet that can pull back and save to your handheld a single file via scp from a remote host, using password or keypair-based authentication. I'm developing it with the intent to build it into a reasonably full-featured scp client because although there are midlets that act as ssh terminal clients, there doesn't seem to be an open source midlet capable of doing scp at all as yet. It has no capacity for sending as yet, nor for recursive nor multiple fetches. Remote directory listing is not yet implemented (although it's on the way), so you need to know the path to the file you're retrieving. Using a separate ssh terminal client to find it is probably your best option for now. CHANGELOG for rel_005 --------------------- Supports connection profiles and public key-based authentication. WARNING ------- This thing is pre-alpha at this writing. Use at your own risk. Accompanying documentation -------------------------- See BUILDING.txt for notes on building the midlet, and LICENSE.txt for the license terms. LICENSE.JSCH.txt controls the com.jcraft package and below. Note that the JSch-J2ME sources have been modified from the most recent known build for the purposes of this project.