FTP | Basic FTP client. |
FTP.Action | an action to perform, one of
"send", "put", "recv", "get", "del", "delete", "list", "mkdir", "chmod",
"rmdir"
|
FTP.FTPDirectoryScanner | internal class allowing to read the contents of a remote file system
using the FTP protocol
used in particular for ftp get operations
differences with DirectoryScanner
"" (the root of the fileset) is never included in the included directories
followSymlinks defaults to false
|
FTP.FTPDirectoryScanner.AntFTPFile | an AntFTPFile is a representation of a remote file
|
FTP.FTPDirectoryScanner.AntFTPRootFile | special class to represent the remote directory itself
|
MimeMail | A task to send SMTP email; Use mail instead
|
RExecTask | Automates the rexec protocol. |
RExecTask.AntRExecClient | This class handles the abstraction of the rexec protocol. |
RExecTask.RExecRead | Reads the output from the connected server
until the required string is found or we time out. |
RExecTask.RExecSubTask | This class is the parent of the Read and Write tasks. |
RExecTask.RExecWrite | Sends text to the connected server
|
SetProxy | Sets Java's web proxy properties, so that tasks and code run in
the same JVM can have through-the-firewall access to remote web sites,
and remote ftp sites. |
TelnetTask | Automates the telnet protocol. |
TelnetTask.AntTelnetClient | This class handles the abstraction of the telnet protocol. |
TelnetTask.TelnetRead | Reads the output from the connected server
until the required string is found or we time out. |
TelnetTask.TelnetSubTask | This class is the parent of the Read and Write tasks. |
TelnetTask.TelnetWrite | Sends text to the connected server
|