- downloadListing, // get host-specific listing (LIST)
- makeDirectory, // make a directory (MKD)
- removeDirectory, // remove a directory (RMD)
- genericCommand // issue generic FTP command
+ downloadListing, // get host-specific listing (LIST)
+ makeDirectory, // make a directory (MKD)
+ removeDirectory, // remove a directory (RMD)
+ removeFile, // remove a file (DELE)
+ genericCommand // issue generic FTP command