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 |
__cssLinkClass | Private method to generate a link class with an icon. |
__dirCallback | Private slot handling the receipt of directory listings. |
__doFtpCommands | Private slot doing the sequence of FTP commands to get the requested result. |
__doFtpLogin | Private method to do the FTP login with asking for a username and password, if the login fails with an error 530. |
__retrCallback | Private slot handling the reception of data. |
__setContent | Private method to 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 | Public method to retrieve data from the reply object. |
None |
Constructor
Private method to generate a link class with an icon.
Private slot handling the receipt of directory listings.
Private slot doing the sequence of FTP commands to get the requested result.
Private method to do the FTP login with asking for a username and password, if the login fails with an error 530.
Private slot handling the reception of data.
Private method to 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.
Public method to retrieve data from the reply object.