Todo List
DObject | --DFTPBase | --DFTP
DFTP __construct( string $hostName)
Overridden in child classes as:
void __destruct( )
boolean changeCurrentDirectoryOneUp( )
boolean changeCurrentDirenctory( string $directoryName)
boolean createDirectory( string $directoryName)
boolean downloadFile( string $remoteFileName, string $localFileName, [int $mode = FTP_BINARY], [boolean $asynchronously = false])
string getCurrentDirectoryName( )
DDirectoryList getList( string $directoryName)
boolean(true/false) isTransferComplete( )
boolean removeEmptyDirectory( string $directoryName)
boolean removeFile( string $fileName)
boolean uploadFile( string $localFileName, string $remoteFileName, [int $mode = FTP_BINARY], [boolean $asynchronously = false])