~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to doc/html/q3ftp.html

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE html
 
3
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
5
<!-- /tmp/qt-4.0.0-espenr-1119621036935/qt-x11-opensource-desktop-4.0.0/src/qt3support/network/q3ftp.cpp -->
 
6
<head>
 
7
    <title>Qt 4.0: Q3Ftp Class Reference</title>
 
8
    <style>h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
 
9
a:link { color: #004faf; text-decoration: none }
 
10
a:visited { color: #672967; text-decoration: none }
 
11
td.postheader { font-family: sans-serif }
 
12
tr.address { font-family: sans-serif }
 
13
body { background: #ffffff; color: black; }</style>
 
14
</head>
 
15
<body>
 
16
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 
17
<tr>
 
18
<td align="left" valign="top" width="32"><img src="images/qt-logo.png" align="left" width="32" height="32" border="0" /></td>
 
19
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="annotated.html"><font color="#004faf">Annotated</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td>
 
20
<td align="right" valign="top" width="230"><img src="images/trolltech-logo.png" align="right" width="203" height="32" border="0" /></td></tr></table><h1 align="center">Q3Ftp Class Reference</h1>
 
21
<p>The Q3Ftp class provides an implementation of the FTP protocol. <a href="#details">More...</a></p>
 
22
<pre>#include &lt;Q3Ftp&gt;</pre><p><b>This class is part of the Qt 3 support library.</b> It is provided to keep old source code working. We strongly advise against using it in new code. See the <a href="porting4.html">Porting Guide</a> for more information.</p>
 
23
<p>Part of the <a href="qt3support.html">Qt3Support</a> module.</p>
 
24
<p>Inherits <a href="q3networkprotocol.html">Q3NetworkProtocol</a>.</p>
 
25
<ul>
 
26
<li><a href="q3ftp-members.html">List of all members, including inherited members</a></li>
 
27
</ul>
 
28
<a name="public-types"></a>
 
29
<h3>Public Types</h3>
 
30
<ul>
 
31
<li><div class="fn"/>enum <b><a href="q3ftp.html#Command-enum">Command</a></b> { None, ConnectToHost, Login, Close, ..., RawCommand }</li>
 
32
<li><div class="fn"/>enum <b><a href="q3ftp.html#Error-enum">Error</a></b> { NoError, HostNotFound, ConnectionRefused, NotConnected, UnknownError }</li>
 
33
<li><div class="fn"/>enum <b><a href="q3ftp.html#State-enum">State</a></b> { Unconnected, HostLookup, Connecting, Connected, LoggedIn, Closing }</li>
 
34
</ul>
 
35
<a name="public-functions"></a>
 
36
<h3>Public Functions</h3>
 
37
<ul>
 
38
<li><div class="fn"/><b><a href="q3ftp.html#Q3Ftp">Q3Ftp</a></b> ()</li>
 
39
<li><div class="fn"/><b><a href="q3ftp.html#Q3Ftp-2">Q3Ftp</a></b> ( QObject * <i>parent</i>, const char * <i>name</i> = 0 )</li>
 
40
<li><div class="fn"/>virtual <b><a href="q3ftp.html#dtor.Q3Ftp">~Q3Ftp</a></b> ()</li>
 
41
<li><div class="fn"/>Q_ULONG <b><a href="q3ftp.html#bytesAvailable">bytesAvailable</a></b> () const</li>
 
42
<li><div class="fn"/>int <b><a href="q3ftp.html#cd">cd</a></b> ( const QString &amp; <i>dir</i> )</li>
 
43
<li><div class="fn"/>void <b><a href="q3ftp.html#clearPendingCommands">clearPendingCommands</a></b> ()</li>
 
44
<li><div class="fn"/>int <b><a href="q3ftp.html#close">close</a></b> ()</li>
 
45
<li><div class="fn"/>int <b><a href="q3ftp.html#connectToHost">connectToHost</a></b> ( const QString &amp; <i>host</i>, Q_UINT16 <i>port</i> = 21 )</li>
 
46
<li><div class="fn"/>Command <b><a href="q3ftp.html#currentCommand">currentCommand</a></b> () const</li>
 
47
<li><div class="fn"/>QIODevice * <b><a href="q3ftp.html#currentDevice">currentDevice</a></b> () const</li>
 
48
<li><div class="fn"/>int <b><a href="q3ftp.html#currentId">currentId</a></b> () const</li>
 
49
<li><div class="fn"/>Error <b><a href="q3ftp.html#error">error</a></b> () const</li>
 
50
<li><div class="fn"/>QString <b><a href="q3ftp.html#errorString">errorString</a></b> () const</li>
 
51
<li><div class="fn"/>int <b><a href="q3ftp.html#get">get</a></b> ( const QString &amp; <i>file</i>, QIODevice * <i>dev</i> = 0 )</li>
 
52
<li><div class="fn"/>bool <b><a href="q3ftp.html#hasPendingCommands">hasPendingCommands</a></b> () const</li>
 
53
<li><div class="fn"/>int <b><a href="q3ftp.html#list">list</a></b> ( const QString &amp; <i>dir</i> = QString() )</li>
 
54
<li><div class="fn"/>int <b><a href="q3ftp.html#login">login</a></b> ( const QString &amp; <i>user</i> = QString(), const QString &amp; <i>password</i> = QString() )</li>
 
55
<li><div class="fn"/>int <b><a href="q3ftp.html#mkdir">mkdir</a></b> ( const QString &amp; <i>dir</i> )</li>
 
56
<li><div class="fn"/>int <b><a href="q3ftp.html#put">put</a></b> ( QIODevice * <i>dev</i>, const QString &amp; <i>file</i> )</li>
 
57
<li><div class="fn"/>int <b><a href="q3ftp.html#put-2">put</a></b> ( const QByteArray &amp; <i>data</i>, const QString &amp; <i>file</i> )</li>
 
58
<li><div class="fn"/>int <b><a href="q3ftp.html#rawCommand">rawCommand</a></b> ( const QString &amp; <i>command</i> )</li>
 
59
<li><div class="fn"/>QByteArray <b><a href="q3ftp.html#readAll">readAll</a></b> ()</li>
 
60
<li><div class="fn"/>Q_LONG <b><a href="q3ftp.html#readBlock">readBlock</a></b> ( char * <i>data</i>, Q_ULONG <i>maxlen</i> )</li>
 
61
<li><div class="fn"/>int <b><a href="q3ftp.html#remove">remove</a></b> ( const QString &amp; <i>file</i> )</li>
 
62
<li><div class="fn"/>int <b><a href="q3ftp.html#rename">rename</a></b> ( const QString &amp; <i>oldname</i>, const QString &amp; <i>newname</i> )</li>
 
63
<li><div class="fn"/>int <b><a href="q3ftp.html#rmdir">rmdir</a></b> ( const QString &amp; <i>dir</i> )</li>
 
64
<li><div class="fn"/>State <b><a href="q3ftp.html#state">state</a></b> () const</li>
 
65
</ul>
 
66
<ul>
 
67
<li><div class="fn"/>9 public functions inherited from <a href="q3networkprotocol.html#public-functions">Q3NetworkProtocol</a></li>
 
68
<li><div class="fn"/>28 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li>
 
69
</ul>
 
70
<a name="public-slots"></a>
 
71
<h3>Public Slots</h3>
 
72
<ul>
 
73
<li><div class="fn"/>void <b><a href="q3ftp.html#abort">abort</a></b> ()</li>
 
74
</ul>
 
75
<ul>
 
76
<li><div class="fn"/>1 public slot inherited from <a href="qobject.html#public-slots">QObject</a></li>
 
77
</ul>
 
78
<a name="signals"></a>
 
79
<h3>Signals</h3>
 
80
<ul>
 
81
<li><div class="fn"/>void <b><a href="q3ftp.html#commandFinished">commandFinished</a></b> ( int <i>id</i>, bool <i>error</i> )</li>
 
82
<li><div class="fn"/>void <b><a href="q3ftp.html#commandStarted">commandStarted</a></b> ( int <i>id</i> )</li>
 
83
<li><div class="fn"/>void <b><a href="q3ftp.html#dataTransferProgress">dataTransferProgress</a></b> ( int <i>done</i>, int <i>total</i> )</li>
 
84
<li><div class="fn"/>void <b><a href="q3ftp.html#done">done</a></b> ( bool <i>error</i> )</li>
 
85
<li><div class="fn"/>void <b><a href="q3ftp.html#listInfo">listInfo</a></b> ( const QUrlInfo &amp; <i>i</i> )</li>
 
86
<li><div class="fn"/>void <b><a href="q3ftp.html#rawCommandReply">rawCommandReply</a></b> ( int <i>replyCode</i>, const QString &amp; <i>detail</i> )</li>
 
87
<li><div class="fn"/>void <b><a href="q3ftp.html#readyRead">readyRead</a></b> ()</li>
 
88
<li><div class="fn"/>void <b><a href="q3ftp.html#stateChanged">stateChanged</a></b> ( int <i>state</i> )</li>
 
89
</ul>
 
90
<ul>
 
91
<li><div class="fn"/>10 signals inherited from <a href="q3networkprotocol.html#signals">Q3NetworkProtocol</a></li>
 
92
<li><div class="fn"/>1 signal inherited from <a href="qobject.html#signals">QObject</a></li>
 
93
</ul>
 
94
<h3>Additional Inherited Members</h3>
 
95
<ul>
 
96
<li><div class="fn"/>1 property inherited from <a href="qobject.html#properties">QObject</a></li>
 
97
<li><div class="fn"/>3 static public members inherited from <a href="q3networkprotocol.html#static-public-members">Q3NetworkProtocol</a></li>
 
98
<li><div class="fn"/>4 static public members inherited from <a href="qobject.html#static-public-members">QObject</a></li>
 
99
<li><div class="fn"/>7 protected functions inherited from <a href="q3networkprotocol.html#protected-functions">Q3NetworkProtocol</a></li>
 
100
<li><div class="fn"/>7 protected functions inherited from <a href="qobject.html#protected-functions">QObject</a></li>
 
101
</ul>
 
102
<a name="details"></a>
 
103
<hr />
 
104
<h2>Detailed Description</h2>
 
105
<p>The Q3Ftp class provides an implementation of the FTP protocol.</p>
 
106
<p>This class provides two different interfaces: one is the <a href="porting4.html#qnetworkprotocol">QNetworkProtocol</a> interface that allows you to use FTP through the <a href="porting4.html#qurloperator">QUrlOperator</a> abstraction. The other is a direct interface to FTP that gives you lower-level access to the FTP protocol for finer control. Using the direct interface you can also execute arbitrary FTP commands.</p>
 
107
<p>Don't mix the two interfaces, since the behavior is not well-defined.</p>
 
108
<p>If you want to use Q3Ftp with the <a href="porting4.html#qnetworkprotocol">QNetworkProtocol</a> interface, you do not use it directly, but rather through a <a href="porting4.html#qurloperator">QUrlOperator</a>, for example:</p>
 
109
<pre>&nbsp;   QUrlOperator op( &quot;ftp://ftp.trolltech.com&quot; );
 
110
    op.listChildren(); // Asks the server to provide a directory listing</pre>
 
111
<p>This code will only work if the Q3Ftp class is registered; to register the class, you must call <a href="q3urloperator.html#q3InitNetworkProtocols">q3InitNetworkProtocols</a>() before using a <a href="porting4.html#qurloperator">QUrlOperator</a> with Q3Ftp.</p>
 
112
<p>The rest of this descrption describes the direct interface to FTP.</p>
 
113
<p>The class works asynchronously, so there are no blocking functions. If an operation cannot be executed immediately, the function will still return straight away and the operation will be scheduled for later execution. The results of scheduled operations are reported via signals. This approach depends on the event loop being in operation.</p>
 
114
<p>The operations that can be scheduled (they are called &quot;commands&quot; in the rest of the documentation) are the following: <a href="q3ftp.html#connectToHost">connectToHost</a>(), <a href="q3ftp.html#login">login</a>(), <a href="q3ftp.html#close">close</a>(), <a href="q3ftp.html#list">list</a>(), <a href="q3ftp.html#cd">cd</a>(), <a href="q3ftp.html#get">get</a>(), <a href="q3ftp.html#put">put</a>(), <a href="q3ftp.html#remove">remove</a>(), <a href="q3ftp.html#mkdir">mkdir</a>(), <a href="q3ftp.html#rmdir">rmdir</a>(), <a href="q3ftp.html#rename">rename</a>() and <a href="q3ftp.html#rawCommand">rawCommand</a>().</p>
 
115
<p>All of these commands return a unique identifier that allows you to keep track of the command that is currently being executed. When the execution of a command starts, the <a href="q3ftp.html#commandStarted">commandStarted</a>() signal with the command's identifier is emitted. When the command is finished, the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal is emitted with the command's identifier and a bool that indicates whether the command finished with an error.</p>
 
116
<p>In some cases, you might want to execute a sequence of commands, e.g. if you want to connect and login to a FTP server. This is simply achieved:</p>
 
117
<pre>&nbsp;   Q3Ftp *ftp = new Q3Ftp( this ); // this is an optional QObject parent
 
118
    ftp-&gt;connectToHost( &quot;ftp.trolltech.com&quot; );
 
119
    ftp-&gt;login();</pre>
 
120
<p>In this case two FTP commands have been scheduled. When the last scheduled command has finished, a <a href="q3ftp.html#done">done</a>() signal is emitted with a bool argument that tells you whether the sequence finished with an error.</p>
 
121
<p>If an error occurs during the execution of one of the commands in a sequence of commands, all the pending commands (i.e. scheduled, but not yet executed commands) are cleared and no signals are emitted for them.</p>
 
122
<p>Some commands, e.g. <a href="q3ftp.html#list">list</a>(), emit additional signals to report their results.</p>
 
123
<p>Example: If you want to download the INSTALL file from Trolltech's FTP server, you would write this:</p>
 
124
<pre>&nbsp;   ftp-&gt;connectToHost( &quot;ftp.trolltech.com&quot; );  // id == 1
 
125
    ftp-&gt;login();                               // id == 2
 
126
    ftp-&gt;cd( &quot;qt&quot; );                            // id == 3
 
127
    ftp-&gt;get( &quot;INSTALL&quot; );                      // id == 4
 
128
    ftp-&gt;close();                               // id == 5</pre>
 
129
<p>For this example the following sequence of signals is emitted (with small variations, depending on network traffic, etc.):</p>
 
130
<pre>&nbsp;   start( 1 )
 
131
    stateChanged( HostLookup )
 
132
    stateChanged( Connecting )
 
133
    stateChanged( Connected )
 
134
    finished( 1, false )
 
135
 
 
136
    start( 2 )
 
137
    stateChanged( LoggedIn )
 
138
    finished( 2, false )
 
139
 
 
140
    start( 3 )
 
141
    finished( 3, false )
 
142
 
 
143
    start( 4 )
 
144
    dataTransferProgress( 0, 3798 )
 
145
    dataTransferProgress( 2896, 3798 )
 
146
    readyRead()
 
147
    dataTransferProgress( 3798, 3798 )
 
148
    readyRead()
 
149
    finished( 4, false )
 
150
 
 
151
    start( 5 )
 
152
    stateChanged( Closing )
 
153
    stateChanged( Unconnected )
 
154
    finished( 5, false )
 
155
 
 
156
    done( false )</pre>
 
157
<p>The <a href="q3ftp.html#dataTransferProgress">dataTransferProgress</a>() signal in the above example is useful if you want to show a <a href="qprogressbar.html">progressbar</a> to inform the user about the progress of the download. The <a href="q3ftp.html#readyRead">readyRead</a>() signal tells you that there is data ready to be read. The amount of data can be queried then with the <a href="q3ftp.html#bytesAvailable">bytesAvailable</a>() function and it can be read with the <a href="q3ftp.html#readBlock">readBlock</a>() or <a href="q3ftp.html#readAll">readAll</a>() function.</p>
 
158
<p>If the login fails for the above example, the signals would look like this:</p>
 
159
<pre>&nbsp;   start( 1 )
 
160
    stateChanged( HostLookup )
 
161
    stateChanged( Connecting )
 
162
    stateChanged( Connected )
 
163
    finished( 1, false )
 
164
 
 
165
    start( 2 )
 
166
    finished( 2, true )
 
167
 
 
168
    done( true )</pre>
 
169
<p>You can then get details about the error with the <a href="q3ftp.html#error">error</a>() and <a href="q3ftp.html#errorString">errorString</a>() functions.</p>
 
170
<p>The functions <a href="q3ftp.html#currentId">currentId</a>() and <a href="q3ftp.html#currentCommand">currentCommand</a>() provide more information about the currently executing command.</p>
 
171
<p>The functions <a href="q3ftp.html#hasPendingCommands">hasPendingCommands</a>() and <a href="q3ftp.html#clearPendingCommands">clearPendingCommands</a>() allow you to query and clear the list of pending commands.</p>
 
172
<p>The safest and easiest way to use the FTP protocol is to use <a href="porting4.html#qurloperator">QUrlOperator</a>() or the FTP commands described above. If you are an experienced network programmer and want to have complete control you can use <a href="q3ftp.html#rawCommand">rawCommand</a>() to execute arbitrary FTP commands.</p>
 
173
<p>See also <a href="q3networkprotocol.html">Q3NetworkProtocol</a>, <a href="q3urloperator.html">Q3UrlOperator</a>, and <a href="q3http.html">Q3Http</a>.</p>
 
174
<hr />
 
175
<h2>Member Type Documentation</h2>
 
176
<h3 class="fn"><a name="Command-enum"></a>enum Q3Ftp::Command</h3>
 
177
<p>This enum is used as the return value for the <a href="q3ftp.html#currentCommand">currentCommand</a>() function. This allows you to perform specific actions for particular commands, e.g. in a FTP client, you might want to clear the directory view when a <a href="q3ftp.html#list">list</a>() command is started; in this case you can simply check in the slot connected to the <a href="q3networkprotocol.html#start">start</a>() signal if the <a href="q3ftp.html#currentCommand">currentCommand</a>() is <tt>List</tt>.</p>
 
178
<table border="1" cellpadding="2" cellspacing="1" width="100%">
 
179
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
 
180
<tr><td valign="top"><tt>Q3Ftp::None</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">No command is being executed.</td></tr>
 
181
<tr><td valign="top"><tt>Q3Ftp::ConnectToHost</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top"><a href="q3ftp.html#connectToHost">connectToHost</a>() is being executed.</td></tr>
 
182
<tr><td valign="top"><tt>Q3Ftp::Login</tt></td><td align="center" valign="top"><tt>2</tt></td><td valign="top"><a href="q3ftp.html#login">login</a>() is being executed.</td></tr>
 
183
<tr><td valign="top"><tt>Q3Ftp::Close</tt></td><td align="center" valign="top"><tt>3</tt></td><td valign="top"><a href="q3ftp.html#close">close</a>() is being executed.</td></tr>
 
184
<tr><td valign="top"><tt>Q3Ftp::List</tt></td><td align="center" valign="top"><tt>4</tt></td><td valign="top"><a href="q3ftp.html#list">list</a>() is being executed.</td></tr>
 
185
<tr><td valign="top"><tt>Q3Ftp::Cd</tt></td><td align="center" valign="top"><tt>5</tt></td><td valign="top"><a href="q3ftp.html#cd">cd</a>() is being executed.</td></tr>
 
186
<tr><td valign="top"><tt>Q3Ftp::Get</tt></td><td align="center" valign="top"><tt>6</tt></td><td valign="top"><a href="q3ftp.html#get">get</a>() is being executed.</td></tr>
 
187
<tr><td valign="top"><tt>Q3Ftp::Put</tt></td><td align="center" valign="top"><tt>7</tt></td><td valign="top"><a href="q3ftp.html#put">put</a>() is being executed.</td></tr>
 
188
<tr><td valign="top"><tt>Q3Ftp::Remove</tt></td><td align="center" valign="top"><tt>8</tt></td><td valign="top"><a href="q3ftp.html#remove">remove</a>() is being executed.</td></tr>
 
189
<tr><td valign="top"><tt>Q3Ftp::Mkdir</tt></td><td align="center" valign="top"><tt>9</tt></td><td valign="top"><a href="q3ftp.html#mkdir">mkdir</a>() is being executed.</td></tr>
 
190
<tr><td valign="top"><tt>Q3Ftp::Rmdir</tt></td><td align="center" valign="top"><tt>10</tt></td><td valign="top"><a href="q3ftp.html#rmdir">rmdir</a>() is being executed.</td></tr>
 
191
<tr><td valign="top"><tt>Q3Ftp::Rename</tt></td><td align="center" valign="top"><tt>11</tt></td><td valign="top"><a href="q3ftp.html#rename">rename</a>() is being executed.</td></tr>
 
192
<tr><td valign="top"><tt>Q3Ftp::RawCommand</tt></td><td align="center" valign="top"><tt>12</tt></td><td valign="top"><a href="q3ftp.html#rawCommand">rawCommand</a>() is being executed.</td></tr>
 
193
</table>
 
194
<p>See also <a href="q3ftp.html#currentCommand">currentCommand</a>().</p>
 
195
<h3 class="fn"><a name="Error-enum"></a>enum Q3Ftp::Error</h3>
 
196
<p>This enum identifies the error that occurred.</p>
 
197
<table border="1" cellpadding="2" cellspacing="1" width="100%">
 
198
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
 
199
<tr><td valign="top"><tt>Q3Ftp::NoError</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">No error occurred.</td></tr>
 
200
<tr><td valign="top"><tt>Q3Ftp::HostNotFound</tt></td><td align="center" valign="top"><tt>2</tt></td><td valign="top">The host name lookup failed.</td></tr>
 
201
<tr><td valign="top"><tt>Q3Ftp::ConnectionRefused</tt></td><td align="center" valign="top"><tt>3</tt></td><td valign="top">The server refused the connection.</td></tr>
 
202
<tr><td valign="top"><tt>Q3Ftp::NotConnected</tt></td><td align="center" valign="top"><tt>4</tt></td><td valign="top">Tried to send a command, but there is no connection to a server.</td></tr>
 
203
<tr><td valign="top"><tt>Q3Ftp::UnknownError</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">An error other than those specified above occurred.</td></tr>
 
204
</table>
 
205
<p>See also <a href="q3ftp.html#error">error</a>().</p>
 
206
<h3 class="fn"><a name="State-enum"></a>enum Q3Ftp::State</h3>
 
207
<p>This enum defines the connection state:</p>
 
208
<table border="1" cellpadding="2" cellspacing="1" width="100%">
 
209
<tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr>
 
210
<tr><td valign="top"><tt>Q3Ftp::Unconnected</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">There is no connection to the host.</td></tr>
 
211
<tr><td valign="top"><tt>Q3Ftp::HostLookup</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">A host name lookup is in progress.</td></tr>
 
212
<tr><td valign="top"><tt>Q3Ftp::Connecting</tt></td><td align="center" valign="top"><tt>2</tt></td><td valign="top">An attempt to connect to the host is in progress.</td></tr>
 
213
<tr><td valign="top"><tt>Q3Ftp::Connected</tt></td><td align="center" valign="top"><tt>3</tt></td><td valign="top">Connection to the host has been achieved.</td></tr>
 
214
<tr><td valign="top"><tt>Q3Ftp::LoggedIn</tt></td><td align="center" valign="top"><tt>4</tt></td><td valign="top">Connection and user login have been achieved.</td></tr>
 
215
<tr><td valign="top"><tt>Q3Ftp::Closing</tt></td><td align="center" valign="top"><tt>5</tt></td><td valign="top">The connection is closing down, but it is not yet closed. (The state will be <tt>Unconnected</tt> when the connection is closed.)</td></tr>
 
216
</table>
 
217
<p>See also <a href="q3ftp.html#stateChanged">stateChanged</a>() and <a href="q3ftp.html#state">state</a>().</p>
 
218
<hr />
 
219
<h2>Member Function Documentation</h2>
 
220
<h3 class="fn"><a name="Q3Ftp"></a>Q3Ftp::Q3Ftp ()</h3>
 
221
<p>Constructs a <a href="q3ftp.html">Q3Ftp</a> object.</p>
 
222
<h3 class="fn"><a name="Q3Ftp-2"></a>Q3Ftp::Q3Ftp ( <a href="qobject.html">QObject</a> * <i>parent</i>, const char * <i>name</i> = 0 )</h3>
 
223
<p>Constructs a <a href="q3ftp.html">Q3Ftp</a> object. The <i>parent</i> and <i>name</i> parameters are passed to the <a href="qobject.html">QObject</a> constructor.</p>
 
224
<h3 class="fn"><a name="dtor.Q3Ftp"></a>Q3Ftp::~Q3Ftp ()&nbsp;&nbsp;<tt> [virtual]</tt></h3>
 
225
<p>Destructor.</p>
 
226
<h3 class="fn"><a name="abort"></a>void Q3Ftp::abort ()&nbsp;&nbsp;<tt> [slot]</tt></h3>
 
227
<p>Aborts the current command and deletes all scheduled commands.</p>
 
228
<p>If there is an unfinished command (i.e. a command for which the <a href="q3ftp.html#commandStarted">commandStarted</a>() signal has been emitted, but for which the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal has not been emitted), this function sends an <tt>ABORT</tt> command to the server. When the server replies that the command is aborted, the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal with the <tt>error</tt> argument set to <tt>true</tt> is emitted for the command. Due to timing issues, it is possible that the command had already finished before the abort request reached the server, in which case, the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal is emitted with the <tt>error</tt> argument set to <tt>false</tt>.</p>
 
229
<p>For all other commands that are affected by the abort(), no signals are emitted.</p>
 
230
<p>If you don't start further FTP commands directly after the abort(), there won't be any scheduled commands and the <a href="q3ftp.html#done">done</a>() signal is emitted.</p>
 
231
<p><b>Warning:</b> Some FTP servers, for example the BSD FTP daemon (version 0.3), wrongly return a positive reply even when an abort has occurred. For these servers the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal has its error flag set to <tt>false</tt>, even though the command did not complete successfully.</p>
 
232
<p>See also <a href="q3ftp.html#clearPendingCommands">clearPendingCommands</a>().</p>
 
233
<h3 class="fn"><a name="bytesAvailable"></a><a href="qtglobal-qt3.html#Q_ULONG-typedef">Q_ULONG</a> Q3Ftp::bytesAvailable () const</h3>
 
234
<p>Returns the number of bytes that can be read from the data socket at the moment.</p>
 
235
<p>See also <a href="q3ftp.html#get">get</a>(), <a href="q3ftp.html#readyRead">readyRead</a>(), <a href="q3ftp.html#readBlock">readBlock</a>(), and <a href="q3ftp.html#readAll">readAll</a>().</p>
 
236
<h3 class="fn"><a name="cd"></a>int Q3Ftp::cd ( const <a href="qstring.html">QString</a> &amp; <i>dir</i> )</h3>
 
237
<p>Changes the working directory of the server to <i>dir</i>.</p>
 
238
<p>The function does not block and returns immediately. The command is scheduled, and its execution is performed asynchronously. The function returns a unique identifier which is passed by <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
239
<p>When the command is started the <a href="q3ftp.html#commandStarted">commandStarted</a>() signal is emitted. When it is finished the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal is emitted.</p>
 
240
<p>See also <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
241
<h3 class="fn"><a name="clearPendingCommands"></a>void Q3Ftp::clearPendingCommands ()</h3>
 
242
<p>Deletes all pending commands from the list of scheduled commands. This does not affect the command that is being executed. If you want to stop this this as well, use <a href="q3ftp.html#abort">abort</a>().</p>
 
243
<p>See also <a href="q3ftp.html#hasPendingCommands">hasPendingCommands</a>() and <a href="q3ftp.html#abort">abort</a>().</p>
 
244
<h3 class="fn"><a name="close"></a>int Q3Ftp::close ()</h3>
 
245
<p>Closes the connection to the FTP server.</p>
 
246
<p>The <a href="q3ftp.html#stateChanged">stateChanged</a>() signal is emitted when the state of the connecting process changes, e.g. to <tt>Closing</tt>, then <tt>Unconnected</tt>.</p>
 
247
<p>The function does not block and returns immediately. The command is scheduled, and its execution is performed asynchronously. The function returns a unique identifier which is passed by <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
248
<p>When the command is started the <a href="q3ftp.html#commandStarted">commandStarted</a>() signal is emitted. When it is finished the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal is emitted.</p>
 
249
<p>See also <a href="q3ftp.html#stateChanged">stateChanged</a>(), <a href="q3ftp.html#commandStarted">commandStarted</a>(), and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
250
<h3 class="fn"><a name="commandFinished"></a>void Q3Ftp::commandFinished ( int <i>id</i>, bool <i>error</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
 
251
<p>This signal is emitted when processing the command identified by <i>id</i> has finished. <i>error</i> is true if an error occurred during the processing; otherwise <i>error</i> is false.</p>
 
252
<p>See also <a href="q3ftp.html#commandStarted">commandStarted</a>(), <a href="q3ftp.html#done">done</a>(), <a href="q3ftp.html#error">error</a>(), and <a href="q3ftp.html#errorString">errorString</a>().</p>
 
253
<h3 class="fn"><a name="commandStarted"></a>void Q3Ftp::commandStarted ( int <i>id</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
 
254
<p>This signal is emitted when processing the command identified by <i>id</i> starts.</p>
 
255
<p>See also <a href="q3ftp.html#commandFinished">commandFinished</a>() and <a href="q3ftp.html#done">done</a>().</p>
 
256
<h3 class="fn"><a name="connectToHost"></a>int Q3Ftp::connectToHost ( const <a href="qstring.html">QString</a> &amp; <i>host</i>, <a href="qtglobal-qt3.html#Q_UINT16-typedef">Q_UINT16</a> <i>port</i> = 21 )</h3>
 
257
<p>Connects to the FTP server <i>host</i> using port <i>port</i>.</p>
 
258
<p>The <a href="q3ftp.html#stateChanged">stateChanged</a>() signal is emitted when the state of the connecting process changes, e.g. to <tt>HostLookup</tt>, then <tt>Connecting</tt>, then <tt>Connected</tt>.</p>
 
259
<p>The function does not block and returns immediately. The command is scheduled, and its execution is performed asynchronously. The function returns a unique identifier which is passed by <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
260
<p>When the command is started the <a href="q3ftp.html#commandStarted">commandStarted</a>() signal is emitted. When it is finished the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal is emitted.</p>
 
261
<p>See also <a href="q3ftp.html#stateChanged">stateChanged</a>(), <a href="q3ftp.html#commandStarted">commandStarted</a>(), and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
262
<h3 class="fn"><a name="currentCommand"></a><a href="q3ftp.html#Command-enum">Command</a> Q3Ftp::currentCommand () const</h3>
 
263
<p>Returns the command type of the FTP command being executed or <tt>None</tt> if there is no command being executed.</p>
 
264
<p>See also <a href="q3ftp.html#currentId">currentId</a>().</p>
 
265
<h3 class="fn"><a name="currentDevice"></a><a href="qiodevice.html">QIODevice</a> * Q3Ftp::currentDevice () const</h3>
 
266
<p>Returns the <a href="qiodevice.html">QIODevice</a> pointer that is used by the FTP command to read data from or store data to. If there is no current FTP command being executed or if the command does not use an IO device, this function returns 0.</p>
 
267
<p>This function can be used to delete the <a href="qiodevice.html">QIODevice</a> in the slot connected to the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal.</p>
 
268
<p>See also <a href="q3ftp.html#get">get</a>() and <a href="q3ftp.html#put">put</a>().</p>
 
269
<h3 class="fn"><a name="currentId"></a>int Q3Ftp::currentId () const</h3>
 
270
<p>Returns the identifier of the FTP command that is being executed or 0 if there is no command being executed.</p>
 
271
<p>See also <a href="q3ftp.html#currentCommand">currentCommand</a>().</p>
 
272
<h3 class="fn"><a name="dataTransferProgress"></a>void Q3Ftp::dataTransferProgress ( int <i>done</i>, int <i>total</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
 
273
<p>This signal is emitted in response to a <a href="q3ftp.html#get">get</a>() or <a href="q3ftp.html#put">put</a>() request to indicate the current progress of the download or upload.</p>
 
274
<p><i>done</i> is the amount of data that has already been transferred and <i>total</i> is the total amount of data to be read or written. It is possible that the <a href="q3ftp.html">Q3Ftp</a> class is not able to determine the total amount of data that should be transferred, in which case <i>total</i> is 0. (If you connect this signal to a <a href="qprogressbar.html">QProgressBar</a>, the progress bar shows a busy indicator if the total is 0).</p>
 
275
<p><b>Warning:</b> <i>done</i> and <i>total</i> are not necessarily the size in bytes, since for large files these values might need to be &quot;scaled&quot; to avoid overflow.</p>
 
276
<p>See also <a href="q3ftp.html#get">get</a>() and <a href="q3ftp.html#put">put</a>().</p>
 
277
<h3 class="fn"><a name="done"></a>void Q3Ftp::done ( bool <i>error</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
 
278
<p>This signal is emitted when the last pending command has finished; (it is emitted after the last command's <a href="q3ftp.html#commandFinished">commandFinished</a>() signal). <i>error</i> is true if an error occurred during the processing; otherwise <i>error</i> is false.</p>
 
279
<p>See also <a href="q3ftp.html#commandFinished">commandFinished</a>(), <a href="q3ftp.html#error">error</a>(), and <a href="q3ftp.html#errorString">errorString</a>().</p>
 
280
<h3 class="fn"><a name="error"></a><a href="q3ftp.html#Error-enum">Error</a> Q3Ftp::error () const</h3>
 
281
<p>Returns the last error that occurred. This is useful to find out what when wrong when receiving a <a href="q3ftp.html#commandFinished">commandFinished</a>() or a <a href="q3ftp.html#done">done</a>() signal with the <tt>error</tt> argument set to <tt>true</tt>.</p>
 
282
<p>If you start a new command, the error status is reset to <tt>NoError</tt>.</p>
 
283
<h3 class="fn"><a name="errorString"></a><a href="qstring.html">QString</a> Q3Ftp::errorString () const</h3>
 
284
<p>Returns a human-readable description of the last error that occurred. This is useful for presenting a error message to the user when receiving a <a href="q3ftp.html#commandFinished">commandFinished</a>() or a <a href="q3ftp.html#done">done</a>() signal with the <tt>error</tt> argument set to <tt>true</tt>.</p>
 
285
<p>The error string is often (but not always) the reply from the server, so it is not always possible to translate the string. If the message comes from Qt, the string has already passed through <a href="qobject.html#tr">tr</a>().</p>
 
286
<h3 class="fn"><a name="get"></a>int Q3Ftp::get ( const <a href="qstring.html">QString</a> &amp; <i>file</i>, <a href="qiodevice.html">QIODevice</a> * <i>dev</i> = 0 )</h3>
 
287
<p>Downloads the file <i>file</i> from the server.</p>
 
288
<p>If <i>dev</i> is 0, then the <a href="q3ftp.html#readyRead">readyRead</a>() signal is emitted when there is data available to read. You can then read the data with the <a href="q3ftp.html#readBlock">readBlock</a>() or <a href="q3ftp.html#readAll">readAll</a>() functions.</p>
 
289
<p>If <i>dev</i> is not 0, the data is written directly to the device <i>dev</i>. Make sure that the <i>dev</i> pointer is valid for the duration of the operation (it is safe to delete it when the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal is emitted). In this case the <a href="q3ftp.html#readyRead">readyRead</a>() signal is <i>not</i> emitted and you cannot read data with the <a href="q3ftp.html#readBlock">readBlock</a>() or <a href="q3ftp.html#readAll">readAll</a>() functions.</p>
 
290
<p>If you don't read the data immediately it becomes available, i.e. when the <a href="q3ftp.html#readyRead">readyRead</a>() signal is emitted, it is still available until the next command is started.</p>
 
291
<p>For example, if you want to present the data to the user as soon as there is something available, connect to the <a href="q3ftp.html#readyRead">readyRead</a>() signal and read the data immediately. On the other hand, if you only want to work with the complete data, you can connect to the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal and read the data when the get() command is finished.</p>
 
292
<p>The function does not block and returns immediately. The command is scheduled, and its execution is performed asynchronously. The function returns a unique identifier which is passed by <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
293
<p>When the command is started the <a href="q3ftp.html#commandStarted">commandStarted</a>() signal is emitted. When it is finished the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal is emitted.</p>
 
294
<p><a href="q3ftp.html#commandFinished">commandFinished</a>()</p>
 
295
<p>See also <a href="q3ftp.html#readyRead">readyRead</a>(), <a href="q3ftp.html#dataTransferProgress">dataTransferProgress</a>(), and <a href="q3ftp.html#commandStarted">commandStarted</a>().</p>
 
296
<h3 class="fn"><a name="hasPendingCommands"></a>bool Q3Ftp::hasPendingCommands () const</h3>
 
297
<p>Returns true if there are any commands scheduled that have not yet been executed; otherwise returns false.</p>
 
298
<p>The command that is being executed is <i>not</i> considered as a scheduled command.</p>
 
299
<p>See also <a href="q3ftp.html#clearPendingCommands">clearPendingCommands</a>(), <a href="q3ftp.html#currentId">currentId</a>(), and <a href="q3ftp.html#currentCommand">currentCommand</a>().</p>
 
300
<h3 class="fn"><a name="list"></a>int Q3Ftp::list ( const <a href="qstring.html">QString</a> &amp; <i>dir</i> = QString() )</h3>
 
301
<p>Lists the contents of directory <i>dir</i> on the FTP server. If <i>dir</i> is empty, it lists the contents of the current directory.</p>
 
302
<p>The <a href="q3ftp.html#listInfo">listInfo</a>() signal is emitted for each directory entry found.</p>
 
303
<p>The function does not block and returns immediately. The command is scheduled, and its execution is performed asynchronously. The function returns a unique identifier which is passed by <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
304
<p>When the command is started the <a href="q3ftp.html#commandStarted">commandStarted</a>() signal is emitted. When it is finished the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal is emitted.</p>
 
305
<p>See also <a href="q3ftp.html#listInfo">listInfo</a>(), <a href="q3ftp.html#commandStarted">commandStarted</a>(), and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
306
<h3 class="fn"><a name="listInfo"></a>void Q3Ftp::listInfo ( const <a href="qurlinfo.html">QUrlInfo</a> &amp; <i>i</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
 
307
<p>This signal is emitted for each directory entry the <a href="q3ftp.html#list">list</a>() command finds. The details of the entry are stored in <i>i</i>.</p>
 
308
<p>See also <a href="q3ftp.html#list">list</a>().</p>
 
309
<h3 class="fn"><a name="login"></a>int Q3Ftp::login ( const <a href="qstring.html">QString</a> &amp; <i>user</i> = QString(), const <a href="qstring.html">QString</a> &amp; <i>password</i> = QString() )</h3>
 
310
<p>Logs in to the FTP server with the username <i>user</i> and the password <i>password</i>.</p>
 
311
<p>The <a href="q3ftp.html#stateChanged">stateChanged</a>() signal is emitted when the state of the connecting process changes, e.g. to <tt>LoggedIn</tt>.</p>
 
312
<p>The function does not block and returns immediately. The command is scheduled, and its execution is performed asynchronously. The function returns a unique identifier which is passed by <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
313
<p>When the command is started the <a href="q3ftp.html#commandStarted">commandStarted</a>() signal is emitted. When it is finished the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal is emitted.</p>
 
314
<p>See also <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
315
<h3 class="fn"><a name="mkdir"></a>int Q3Ftp::mkdir ( const <a href="qstring.html">QString</a> &amp; <i>dir</i> )</h3>
 
316
<p>Creates a directory called <i>dir</i> on the server.</p>
 
317
<p>The function does not block and returns immediately. The command is scheduled, and its execution is performed asynchronously. The function returns a unique identifier which is passed by <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
318
<p>When the command is started the <a href="q3ftp.html#commandStarted">commandStarted</a>() signal is emitted. When it is finished the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal is emitted.</p>
 
319
<p>See also <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
320
<h3 class="fn"><a name="put"></a>int Q3Ftp::put ( <a href="qiodevice.html">QIODevice</a> * <i>dev</i>, const <a href="qstring.html">QString</a> &amp; <i>file</i> )</h3>
 
321
<p>Reads the data from the IO device <i>dev</i>, and writes it to the file called <i>file</i> on the server. The data is read in chunks from the IO device, so this overload allows you to transmit large amounts of data without the need to read all the data into memory at once.</p>
 
322
<p>Make sure that the <i>dev</i> pointer is valid for the duration of the operation (it is safe to delete it when the <a href="q3ftp.html#commandFinished">commandFinished</a>() is emitted).</p>
 
323
<h3 class="fn"><a name="put-2"></a>int Q3Ftp::put ( const <a href="qbytearray.html">QByteArray</a> &amp; <i>data</i>, const <a href="qstring.html">QString</a> &amp; <i>file</i> )</h3>
 
324
<p>This is an overloaded member function, provided for convenience. It behaves essentially like the above function.</p>
 
325
<p>Writes the data <i>data</i> to the file called <i>file</i> on the server. The progress of the upload is reported by the <a href="q3ftp.html#dataTransferProgress">dataTransferProgress</a>() signal.</p>
 
326
<p>The function does not block and returns immediately. The command is scheduled, and its execution is performed asynchronously. The function returns a unique identifier which is passed by <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
327
<p>When the command is started the <a href="q3ftp.html#commandStarted">commandStarted</a>() signal is emitted. When it is finished the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal is emitted.</p>
 
328
<p>See also <a href="q3ftp.html#dataTransferProgress">dataTransferProgress</a>(), <a href="q3ftp.html#commandStarted">commandStarted</a>(), and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
329
<h3 class="fn"><a name="rawCommand"></a>int Q3Ftp::rawCommand ( const <a href="qstring.html">QString</a> &amp; <i>command</i> )</h3>
 
330
<p>Sends the raw FTP command <i>command</i> to the FTP server. This is useful for low-level FTP access. If the operation you wish to perform has an equivalent <a href="q3ftp.html">Q3Ftp</a> function, we recommend using the function instead of raw FTP commands since the functions are easier and safer.</p>
 
331
<p>The function does not block and returns immediately. The command is scheduled, and its execution is performed asynchronously. The function returns a unique identifier which is passed by <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
332
<p>When the command is started the <a href="q3ftp.html#commandStarted">commandStarted</a>() signal is emitted. When it is finished the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal is emitted.</p>
 
333
<p>See also <a href="q3ftp.html#rawCommandReply">rawCommandReply</a>(), <a href="q3ftp.html#commandStarted">commandStarted</a>(), and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
334
<h3 class="fn"><a name="rawCommandReply"></a>void Q3Ftp::rawCommandReply ( int <i>replyCode</i>, const <a href="qstring.html">QString</a> &amp; <i>detail</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
 
335
<p>This signal is emitted in response to the <a href="q3ftp.html#rawCommand">rawCommand</a>() function. <i>replyCode</i> is the 3 digit reply code and <i>detail</i> is the text that follows the reply code.</p>
 
336
<p>See also <a href="q3ftp.html#rawCommand">rawCommand</a>().</p>
 
337
<h3 class="fn"><a name="readAll"></a><a href="qbytearray.html">QByteArray</a> Q3Ftp::readAll ()</h3>
 
338
<p>Reads all the bytes available from the data socket and returns them.</p>
 
339
<p>See also <a href="q3ftp.html#get">get</a>(), <a href="q3ftp.html#readyRead">readyRead</a>(), <a href="q3ftp.html#bytesAvailable">bytesAvailable</a>(), and <a href="q3ftp.html#readBlock">readBlock</a>().</p>
 
340
<h3 class="fn"><a name="readBlock"></a><a href="qtglobal-qt3.html#Q_LONG-typedef">Q_LONG</a> Q3Ftp::readBlock ( char * <i>data</i>, <a href="qtglobal-qt3.html#Q_ULONG-typedef">Q_ULONG</a> <i>maxlen</i> )</h3>
 
341
<p>Reads <i>maxlen</i> bytes from the data socket into <i>data</i> and returns the number of bytes read. Returns -1 if an error occurred.</p>
 
342
<p>See also <a href="q3ftp.html#get">get</a>(), <a href="q3ftp.html#readyRead">readyRead</a>(), <a href="q3ftp.html#bytesAvailable">bytesAvailable</a>(), and <a href="q3ftp.html#readAll">readAll</a>().</p>
 
343
<h3 class="fn"><a name="readyRead"></a>void Q3Ftp::readyRead ()&nbsp;&nbsp;<tt> [signal]</tt></h3>
 
344
<p>This signal is emitted in response to a <a href="q3ftp.html#get">get</a>() command when there is new data to read.</p>
 
345
<p>If you specify a device as the second argument in the <a href="q3ftp.html#get">get</a>() command, this signal is <i>not</i> emitted; instead the data is written directly to the device.</p>
 
346
<p>You can read the data with the <a href="q3ftp.html#readAll">readAll</a>() or <a href="q3ftp.html#readBlock">readBlock</a>() functions.</p>
 
347
<p>This signal is useful if you want to process the data in chunks as soon as it becomes available. If you are only interested in the complete data, just connect to the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal and read the data then instead.</p>
 
348
<p>See also <a href="q3ftp.html#get">get</a>(), <a href="q3ftp.html#readBlock">readBlock</a>(), <a href="q3ftp.html#readAll">readAll</a>(), and <a href="q3ftp.html#bytesAvailable">bytesAvailable</a>().</p>
 
349
<h3 class="fn"><a name="remove"></a>int Q3Ftp::remove ( const <a href="qstring.html">QString</a> &amp; <i>file</i> )</h3>
 
350
<p>Deletes the file called <i>file</i> from the server.</p>
 
351
<p>The function does not block and returns immediately. The command is scheduled, and its execution is performed asynchronously. The function returns a unique identifier which is passed by <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
352
<p>When the command is started the <a href="q3ftp.html#commandStarted">commandStarted</a>() signal is emitted. When it is finished the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal is emitted.</p>
 
353
<p>See also <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
354
<h3 class="fn"><a name="rename"></a>int Q3Ftp::rename ( const <a href="qstring.html">QString</a> &amp; <i>oldname</i>, const <a href="qstring.html">QString</a> &amp; <i>newname</i> )</h3>
 
355
<p>Renames the file called <i>oldname</i> to <i>newname</i> on the server.</p>
 
356
<p>The function does not block and returns immediately. The command is scheduled, and its execution is performed asynchronously. The function returns a unique identifier which is passed by <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
357
<p>When the command is started the <a href="q3ftp.html#commandStarted">commandStarted</a>() signal is emitted. When it is finished the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal is emitted.</p>
 
358
<p>See also <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
359
<h3 class="fn"><a name="rmdir"></a>int Q3Ftp::rmdir ( const <a href="qstring.html">QString</a> &amp; <i>dir</i> )</h3>
 
360
<p>Removes the directory called <i>dir</i> from the server.</p>
 
361
<p>The function does not block and returns immediately. The command is scheduled, and its execution is performed asynchronously. The function returns a unique identifier which is passed by <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
362
<p>When the command is started the <a href="q3ftp.html#commandStarted">commandStarted</a>() signal is emitted. When it is finished the <a href="q3ftp.html#commandFinished">commandFinished</a>() signal is emitted.</p>
 
363
<p>See also <a href="q3ftp.html#commandStarted">commandStarted</a>() and <a href="q3ftp.html#commandFinished">commandFinished</a>().</p>
 
364
<h3 class="fn"><a name="state"></a><a href="q3ftp.html#State-enum">State</a> Q3Ftp::state () const</h3>
 
365
<p>Returns the current state of the object. When the state changes, the <a href="q3ftp.html#stateChanged">stateChanged</a>() signal is emitted.</p>
 
366
<p>See also <a href="q3ftp.html#State-enum">State</a> and <a href="q3ftp.html#stateChanged">stateChanged</a>().</p>
 
367
<h3 class="fn"><a name="stateChanged"></a>void Q3Ftp::stateChanged ( int <i>state</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3>
 
368
<p>This signal is emitted when the state of the connection changes. The argument <i>state</i> is the new state of the connection; it is one of the <a href="q3ftp.html#State-enum">State</a> values.</p>
 
369
<p>It is usually emitted in response to a <a href="q3ftp.html#connectToHost">connectToHost</a>() or <a href="q3ftp.html#close">close</a>() command, but it can also be emitted &quot;spontaneously&quot;, e.g. when the server closes the connection unexpectedly.</p>
 
370
<p>See also <a href="q3ftp.html#connectToHost">connectToHost</a>(), <a href="q3ftp.html#close">close</a>(), <a href="q3ftp.html#state">state</a>(), and <a href="q3ftp.html#State-enum">State</a>.</p>
 
371
<p /><address><hr /><div align="center">
 
372
<table width="100%" cellspacing="0" border="0"><tr class="address">
 
373
<td width="30%">Copyright &copy; 2005 <a href="trolltech.html">Trolltech</a></td>
 
374
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
 
375
<td width="30%" align="right"><div align="right">Qt 4.0.0</div></td>
 
376
</tr></table></div></address></body>
 
377
</html>