The QFtp class implements the FTP protocol More...
#include <qftp.h>
Inherits QNetworkProtocol.
The QFtp class implements the FTP protocol. This class is derived from QNetworkProtocol and can be used with QUrlOperator. In fact, you normally will not use the QFtp class directly, but rather use it through the QUrlOperator like
QUrlOperator op( "ftp://ftp.trolltech.com" ); op.listChildren();
If you really need to use QFtp directly, don't forget to set the QUrlOperator on which it works using setUrl().
See also the Qt Network Documentation
See also QNetworkProtocol and QUrlOperator.
Constructs a QFtp object.
[virtual]
Destructor.
[protected slot]
This method is called, when nbytes have been successfully written to the data socket.
[protected slot]
Called when the data connection has been closed.
[protected slot]
Some operations require a data connection to the server. If this connection could be opened, this method handles the rest.
[protected slot]
This method is called when new data arrived on the data socket.
[protected slot]
Reimplemented for internal reasons; the API is not affected.
[virtual protected]
Reimplemented for internal reasons; the API is not affected.
[virtual protected]
Reimplemented for internal reasons; the API is not affected.
[virtual protected]
Reimplemented for internal reasons; the API is not affected.
[virtual protected]
Reimplemented for internal reasons; the API is not affected.
[virtual protected]
Reimplemented for internal reasons; the API is not affected.
[virtual protected]
Reimplemented for internal reasons; the API is not affected.
[protected]
Parses buffer, which is one line of a directory list which came from the FTP server, and sets the values which have been parsed to info.
[protected slot]
If data arrived on the command socket, this slot is called. It looks at the data and passes it to the correct method which can handle it.
[virtual]
Reimplemented for internal reasons; the API is not affected.
[protected slot]
For internal use only.
[protected slot]
For internal use only.
[protected slot]
For internal use only.
[protected slot]
For internal use only.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.
Copyright © 2000 Trolltech | Trademarks | Qt version 2.2.1
|