Ftp2Me Code
Status: Beta
Brought to you by:
netom
File | Date | Author | Commit |
---|---|---|---|
nbproject | 2010-09-17 | Fábián Tamás László | [b058eb] Monitor function, speedup |
src | 2010-09-17 | Fábián Tamás László | [9e36b5] fix |
.gitignore | 2010-09-17 | Fábián Tamás László | [b058eb] Monitor function, speedup |
CHANGELOG | 2010-04-07 | Fábián Tamás László | [c82e06] Miscellaneous but important file changes |
LICENSE | 2010-04-07 | Fábián Tamás László | [c82e06] Miscellaneous but important file changes |
README | 2010-04-07 | Fábián Tamás László | [c82e06] Miscellaneous but important file changes |
RELEASE | 2010-04-07 | Fábián Tamás László | [c82e06] Miscellaneous but important file changes |
build.xml | 2008-07-14 | netom | [915079] Initial import |
Ftp2ME: Ftp protocol library for the Java J2ME platform The goal of the project is to create a complete ftp protocol library for J2ME. Source files: Ftp2Me.java FtpProtocolException.java LineReader.java PasvInfo.java Install The source files, or the downloaded/freshly built .jar/class files can be compiled against your source. The exact method of how to do this depends on the developer tools you use. Usage The Ftp2Me class can be used to connect to an ftp server. Most methods are the implementations of rfc959 commands. The documentation can be found in the source files, and as a separate package.