diff options
Diffstat (limited to 'doc/html/ntqftp.html')
-rw-r--r-- | doc/html/ntqftp.html | 28 |
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 <a href="ntqstring.html">TQString</a> & dir ) +<h3 class=fn>int <a name="cd"></a>TQFtp::cd ( const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & host, TQ_UINT16 port = 21 ) +<h3 class=fn>int <a name="connectToHost"></a>TQFtp::connectToHost ( const <a href="tqstring.html">TQString</a> & host, TQ_UINT16 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 <a href="ntqstring.html">TQString</a> & file, <a href="ntqiodevice.html">TQIODevice</a> * dev = 0 ) +<h3 class=fn>int <a name="get"></a>TQFtp::get ( const <a href="tqstring.html">TQString</a> & file, <a href="ntqiodevice.html">TQIODevice</a> * 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 <a href="ntqstring.html">TQString</a> & dir = TQString::null ) +<h3 class=fn>int <a name="list"></a>TQFtp::list ( const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & user = TQString::null, const <a href="ntqstring.html">TQString</a> & password = TQString::null ) +<h3 class=fn>int <a name="login"></a>TQFtp::login ( const <a href="tqstring.html">TQString</a> & user = TQString::null, const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & dir ) +<h3 class=fn>int <a name="mkdir"></a>TQFtp::mkdir ( const <a href="tqstring.html">TQString</a> & 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> * dev, const <a href="ntqstring.html">TQString</a> & file ) +<h3 class=fn>int <a name="put"></a>TQFtp::put ( <a href="ntqiodevice.html">TQIODevice</a> * dev, const <a href="tqstring.html">TQString</a> & 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 <a href="qbytearray.html">TQByteArray</a> & data, const <a href="ntqstring.html">TQString</a> & file ) +<h3 class=fn>int <a name="put-2"></a>TQFtp::put ( const <a href="qbytearray.html">TQByteArray</a> & data, const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & command ) +<h3 class=fn>int <a name="rawCommand"></a>TQFtp::rawCommand ( const <a href="tqstring.html">TQString</a> & 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 replyCode, const <a href="ntqstring.html">TQString</a> & detail )<tt> [signal]</tt> +<h3 class=fn>void <a name="rawCommandReply"></a>TQFtp::rawCommandReply ( int replyCode, const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & file ) +<h3 class=fn>int <a name="remove"></a>TQFtp::remove ( const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & oldname, const <a href="ntqstring.html">TQString</a> & newname ) +<h3 class=fn>int <a name="rename"></a>TQFtp::rename ( const <a href="tqstring.html">TQString</a> & oldname, const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & dir ) +<h3 class=fn>int <a name="rmdir"></a>TQFtp::rmdir ( const <a href="tqstring.html">TQString</a> & dir ) </h3> Removes the directory called <em>dir</em> from the server. <p> The function does not block and returns immediately. The command |