org.kde.qt
public class QFtp extends QNetworkProtocol
| Field Summary | |
|---|---|
| static int | Cd |
| static int | Close |
| static int | Closing |
| static int | Connected |
| static int | Connecting |
| static int | ConnectionRefused |
| static int | ConnectToHost |
| static int | Get |
| static int | HostLookup |
| static int | HostNotFound |
| static int | List |
| static int | LoggedIn |
| static int | Login |
| static int | Mkdir |
| static int | NoError |
| static int | None |
| static int | NotConnected |
| static int | Put |
| static int | RawCommand |
| static int | Remove |
| static int | Rename |
| static int | Rmdir |
| static int | Unconnected |
| static int | UnknownError |
| Constructor Summary | |
|---|---|
| protected | QFtp(Class dummy) |
| QFtp() | |
| QFtp(QObject parent, String name) | |
| QFtp(QObject parent) | |
| Method Summary | |
|---|---|
| void | abort() |
| long | bytesAvailable() |
| int | cd(String dir) |
| String | className() |
| void | clearPendingCommands() |
| int | close() |
| protected void | closed() |
| protected void | connected() |
| int | connectToHost(String host, short port) |
| int | connectToHost(String host) |
| int | currentCommand() |
| QIODeviceInterface | currentDevice() |
| int | currentId() |
| protected void | dataBytesWritten(int nbytes) |
| protected void | dataClosed() |
| protected void | dataConnected() |
| protected void | dataHostFound() |
| protected void | dataReadyRead() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| int | error() |
| protected void | error(int arg1) |
| String | errorString() |
| protected void | finalize() Deletes the wrapped C++ instance |
| int | get(String file, QIODeviceInterface dev) |
| int | get(String file) |
| boolean | hasPendingCommands() |
| protected void | hostFound() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| int | list(String dir) |
| int | list() |
| int | login(String user, String password) |
| int | login(String user) |
| int | login() |
| QMetaObject | metaObject() |
| int | mkdir(String dir) |
| protected void | operationGet(QNetworkOperation op) |
| protected void | operationListChildren(QNetworkOperation op) |
| protected void | operationMkDir(QNetworkOperation op) |
| protected void | operationPut(QNetworkOperation op) |
| protected void | operationRemove(QNetworkOperation op) |
| protected void | operationRename(QNetworkOperation op) |
| protected void | parseDir(String buffer, QUrlInfo info) |
| int | put(byte[] data, String file) |
| int | put(QIODeviceInterface dev, String file) |
| int | rawCommand(String command) |
| byte[] | readAll() |
| long | readBlock(StringBuffer data, long maxlen) |
| int | remove(String file) |
| int | rename(String oldname, String newname) |
| int | rmdir(String dir) |
| int | state() |
| int | supportedOperations() |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |