Module implementing a network reply class for FTP resources.
| ftpListPage_html |
| FtpReply | Class implementing a network reply for FTP resources. |
| None |
Class implementing a network reply for FTP resources.
| None |
| None |
| FtpReply | Constructor |
| __commandStarted | Private slot to handle the start of FTP commands. |
| __connectToHost | Private slot to start the FTP process by connecting to the host. |
| __cssLinkClass | Private method to generate a link class with an icon. |
| __errorSignals | Private slot to send signal for errors during initialisation. |
| __processCommand | Private slot to handle the end of FTP commands. |
| __processData | Private slot to process data from the FTP server. |
| __processListInfo | Private slot to process list information from the FTP server. |
| __setContent | Private method to set the finish the setup of the data. |
| __setListContent | Private method to prepare the content for the reader. |
| abort | Public slot to abort the operation. |
| bytesAvailable | Public method to determined the bytes available for being read. |
| isSequential | Public method to check for sequential access. |
| readData | Protected method to retrieve data from the reply object. |
| None |
Constructor
Private slot to handle the start of FTP commands.
Private slot to start the FTP process by connecting to the host.
Private method to generate a link class with an icon.
Private slot to send signal for errors during initialisation.
Private slot to handle the end of FTP commands.
Private slot to process data from the FTP server.
Private slot to process list information from the FTP server.
Private method to set the finish the setup of the data.
Private method to prepare the content for the reader.
Public slot to abort the operation.
Public method to determined the bytes available for being read.
Public method to check for sequential access.
Protected method to retrieve data from the reply object.