FTP Lib
A simple way of accessing resources via the FTP protocol.
Connect to a FTP server and work with the files located there. Contains connect, login, getNames, retrieveFile, logout and disconnect methods.
Releases
1.0.0
- Initial release
Compatibility:
- 6.11.1
Download FTP Lib
This version requires XP
An XP library is normally included in your application through the Gradle build script like this:
dependencies {
include 'com.enonic.lib:lib-ftp:1.0.0'
}