Arduino TinyFTP
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nftp_client
 CCStringFunctionsCStringFunctions We implemented some missing C based string functions for character arrays
 CFTPLoggerFTPLogger To activate logging define the output stream e.g. with FTPLogger.setOutput(Serial); and (optionally) set the log level
 CFTPBasicAPIFTPBasicAPI Implementation of Low Level FTP protocol. In order to simplify the logic we always use Passive FTP where it is our responsibility to open the data conection
 CFTPFileFTPFile A single file which supports read and write operations. This class is implemented as an Arduino Stream and therfore provides all corresponding functionality
 CFTPFileIteratorFTPFileIterator The file name iterator can be used to list all available files and directories. We open a separate session for the ls operation so that we do not need to keep the result in memory and we dont loose the data when we mix it with read and write operations
 CFTPClientFTPClient Basic FTP access class which supports directory operatations and the opening of a files