diff options
Diffstat (limited to 'doc/html/ntqftp.html')
-rw-r--r-- | doc/html/ntqftp.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqftp.html b/doc/html/ntqftp.html index 8af5d5a9f..ad1407442 100644 --- a/doc/html/ntqftp.html +++ b/doc/html/ntqftp.html @@ -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="tqstring.html">TQString</a> & file ) +<h3 class=fn>int <a name="put-2"></a>TQFtp::put ( const <a href="tqbytearray.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. @@ -597,7 +597,7 @@ that follows the reply code. <p> <p>See also <a href="#rawCommand">rawCommand</a>(). <p>Example: <a href="ftpclient-example.html#x761">network/ftpclient/ftpmainwindow.ui.h</a>. -<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="readAll"></a>TQFtp::readAll () +<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="readAll"></a>TQFtp::readAll () </h3> Reads all the bytes available from the data socket and returns them. |