summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqftp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqftp.html')
-rw-r--r--doc/html/ntqftp.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/html/ntqftp.html b/doc/html/ntqftp.html
index 7c51940cd..8af5d5a9f 100644
--- a/doc/html/ntqftp.html
+++ b/doc/html/ntqftp.html
@@ -321,7 +321,7 @@ Returns the number of bytes that can be read from the data socket
at the moment.
<p> <p>See also <a href="#get">get</a>(), <a href="#readyRead">readyRead</a>(), <a href="#readBlock">readBlock</a>(), and <a href="#readAll">readAll</a>().
-<h3 class=fn>int <a name="cd"></a>TQFtp::cd ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;dir )
+<h3 class=fn>int <a name="cd"></a>TQFtp::cd ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;dir )
</h3>
Changes the working directory of the server to <em>dir</em>.
<p> The function does not block and returns immediately. The command
@@ -373,7 +373,7 @@ the processing; otherwise <em>error</em> is FALSE.
<p> <p>See also <a href="#commandFinished">commandFinished</a>() and <a href="#done">done</a>().
<p>Example: <a href="ftpclient-example.html#x748">network/ftpclient/ftpmainwindow.ui.h</a>.
-<h3 class=fn>int <a name="connectToHost"></a>TQFtp::connectToHost ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;host, TQ_UINT16&nbsp;port = 21 )
+<h3 class=fn>int <a name="connectToHost"></a>TQFtp::connectToHost ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;host, TQ_UINT16&nbsp;port = 21 )
</h3>
Connects to the FTP server <em>host</em> using port <em>port</em>.
<p> The <a href="#stateChanged">stateChanged</a>() signal is emitted when the state of the
@@ -444,7 +444,7 @@ what when wrong when receiving a <a href="#commandFinished">commandFinished</a>(
signal with the <tt>error</tt> argument set to <tt>TRUE</tt>.
<p> If you start a new command, the error status is reset to <a href="#Error-enum">NoError</a>.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="errorString"></a>TQFtp::errorString () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="errorString"></a>TQFtp::errorString () const
</h3>
Returns a human-readable description of the last error that
occurred. This is useful for presenting a error message to the
@@ -456,7 +456,7 @@ the message comes from TQt, the string has already passed through
<a href="tqobject.html#tr">tr</a>().
<p>Example: <a href="ftpclient-example.html#x754">network/ftpclient/ftpmainwindow.ui.h</a>.
-<h3 class=fn>int <a name="get"></a>TQFtp::get ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;file, <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev = 0 )
+<h3 class=fn>int <a name="get"></a>TQFtp::get ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;file, <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev = 0 )
</h3>
Downloads the file <em>file</em> from the server.
<p> If <em>dev</em> is 0, then the <a href="#readyRead">readyRead</a>() signal is emitted when there
@@ -494,7 +494,7 @@ been executed; otherwise returns FALSE.
scheduled command.
<p> <p>See also <a href="#clearPendingCommands">clearPendingCommands</a>(), <a href="#currentId">currentId</a>(), and <a href="#currentCommand">currentCommand</a>().
-<h3 class=fn>int <a name="list"></a>TQFtp::list ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;dir = TQString::null )
+<h3 class=fn>int <a name="list"></a>TQFtp::list ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;dir = TQString::null )
</h3>
Lists the contents of directory <em>dir</em> on the FTP server. If <em>dir</em> is empty, it lists the contents of the current directory.
<p> The <a href="#listInfo">listInfo</a>() signal is emitted for each directory entry found.
@@ -516,7 +516,7 @@ finds. The details of the entry are stored in <em>i</em>.
<p> <p>See also <a href="#list">list</a>().
<p>Example: <a href="ftpclient-example.html#x757">network/ftpclient/ftpmainwindow.ui.h</a>.
-<h3 class=fn>int <a name="login"></a>TQFtp::login ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;user = TQString::null, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;password = TQString::null )
+<h3 class=fn>int <a name="login"></a>TQFtp::login ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;user = TQString::null, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;password = TQString::null )
</h3>
Logs in to the FTP server with the username <em>user</em> and the
password <em>password</em>.
@@ -532,7 +532,7 @@ emitted.
<p> <p>See also <a href="#commandStarted">commandStarted</a>() and <a href="#commandFinished">commandFinished</a>().
<p>Example: <a href="ftpclient-example.html#x758">network/ftpclient/ftpmainwindow.ui.h</a>.
-<h3 class=fn>int <a name="mkdir"></a>TQFtp::mkdir ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;dir )
+<h3 class=fn>int <a name="mkdir"></a>TQFtp::mkdir ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;dir )
</h3>
Creates a directory called <em>dir</em> on the server.
<p> The function does not block and returns immediately. The command
@@ -544,7 +544,7 @@ emitted. When it is finished the commandFinished() signal is
emitted.
<p> <p>See also <a href="#commandStarted">commandStarted</a>() and <a href="#commandFinished">commandFinished</a>().
-<h3 class=fn>int <a name="put"></a>TQFtp::put ( <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;file )
+<h3 class=fn>int <a name="put"></a>TQFtp::put ( <a href="ntqiodevice.html">TQIODevice</a>&nbsp;*&nbsp;dev, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;file )
</h3>
Reads the data from the IO device <em>dev</em>, and writes it to the
file called <em>file</em> on the server. The data is read in chunks from
@@ -556,7 +556,7 @@ operation (it is safe to delete it when the <a href="#commandFinished">commandFi
emitted).
<p>Example: <a href="ftpclient-example.html#x759">network/ftpclient/ftpmainwindow.ui.h</a>.
-<h3 class=fn>int <a name="put-2"></a>TQFtp::put ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;file )
+<h3 class=fn>int <a name="put-2"></a>TQFtp::put ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;file )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Writes the data <em>data</em> to the file called <em>file</em> on the server.
@@ -571,7 +571,7 @@ emitted. When it is finished the commandFinished() signal is
emitted.
<p> <p>See also <a href="#dataTransferProgress">dataTransferProgress</a>(), <a href="#commandStarted">commandStarted</a>(), and <a href="#commandFinished">commandFinished</a>().
-<h3 class=fn>int <a name="rawCommand"></a>TQFtp::rawCommand ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;command )
+<h3 class=fn>int <a name="rawCommand"></a>TQFtp::rawCommand ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;command )
</h3>
Sends the raw FTP command <em>command</em> to the FTP server. This is
useful for low-level FTP access. If the operation you wish to
@@ -588,7 +588,7 @@ emitted.
<p> <p>See also <a href="#rawCommandReply">rawCommandReply</a>(), <a href="#commandStarted">commandStarted</a>(), and <a href="#commandFinished">commandFinished</a>().
<p>Example: <a href="ftpclient-example.html#x760">network/ftpclient/ftpmainwindow.ui.h</a>.
-<h3 class=fn>void <a name="rawCommandReply"></a>TQFtp::rawCommandReply ( int&nbsp;replyCode, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;detail )<tt> [signal]</tt>
+<h3 class=fn>void <a name="rawCommandReply"></a>TQFtp::rawCommandReply ( int&nbsp;replyCode, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;detail )<tt> [signal]</tt>
</h3>
<p> This signal is emitted in response to the <a href="#rawCommand">rawCommand</a>() function.
@@ -624,7 +624,7 @@ complete data, just connect to the <a href="#commandFinished">commandFinished</a
read the data then instead.
<p> <p>See also <a href="#get">get</a>(), <a href="#readBlock">readBlock</a>(), <a href="#readAll">readAll</a>(), and <a href="#bytesAvailable">bytesAvailable</a>().
-<h3 class=fn>int <a name="remove"></a>TQFtp::remove ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;file )
+<h3 class=fn>int <a name="remove"></a>TQFtp::remove ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;file )
</h3>
Deletes the file called <em>file</em> from the server.
<p> The function does not block and returns immediately. The command
@@ -637,7 +637,7 @@ emitted.
<p> <p>See also <a href="#commandStarted">commandStarted</a>() and <a href="#commandFinished">commandFinished</a>().
<p>Example: <a href="ftpclient-example.html#x762">network/ftpclient/ftpmainwindow.ui.h</a>.
-<h3 class=fn>int <a name="rename"></a>TQFtp::rename ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;oldname, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;newname )
+<h3 class=fn>int <a name="rename"></a>TQFtp::rename ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;oldname, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;newname )
</h3>
Renames the file called <em>oldname</em> to <em>newname</em> on the server.
<p> The function does not block and returns immediately. The command
@@ -649,7 +649,7 @@ emitted. When it is finished the commandFinished() signal is
emitted.
<p> <p>See also <a href="#commandStarted">commandStarted</a>() and <a href="#commandFinished">commandFinished</a>().
-<h3 class=fn>int <a name="rmdir"></a>TQFtp::rmdir ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;dir )
+<h3 class=fn>int <a name="rmdir"></a>TQFtp::rmdir ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;dir )
</h3>
Removes the directory called <em>dir</em> from the server.
<p> The function does not block and returns immediately. The command