/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QFtp()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qftp.html
 *  $ONELINER$
 *     Creates a new QFtp object.
 *  $INHERITS$
 *     QObject
 *  $SYNTAX$
 *     QFtp():new( ... )
 *     QFtp():from( pPtr_OR_oObj_of_type_QFtp )
 *     QFtp():configure( pPtr_OR_oObj_of_type_QFtp )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QFtp
 *  $METHODS$
 *     :bytesAvailable()                                   -> nQint64
 *     :cd( cDir )                                         -> nInt
 *     :clearPendingCommands()                             -> NIL
 *     :close()                                            -> nInt
 *     :connectToHost( cHost, nPort )                      -> nInt
 *     :currentCommand()                                   -> nCommand
 *     :currentDevice()                                    -> pQIODevice
 *     :currentId()                                        -> nInt
 *     :error()                                            -> nError
 *     :errorString()                                      -> cQString
 *     :get( cFile, pDev, nType )                          -> nInt
 *     :hasPendingCommands()                               -> lBool
 *     :list( cDir )                                       -> nInt
 *     :login( cUser, cPassword )                          -> nInt
 *     :mkdir( cDir )                                      -> nInt
 *     :put( pDev, cFile, nType )                          -> nInt
 *     :put_1( pData, cFile, nType )                       -> nInt
 *     :rawCommand( cCommand )                             -> nInt
 *     :readAll()                                          -> pQByteArray
 *     :remove( cFile )                                    -> nInt
 *     :rename( cOldname, cNewname )                       -> nInt
 *     :rmdir( cDir )                                      -> nInt
 *     :setProxy( cHost, nPort )                           -> nInt
 *     :setTransferMode( nMode )                           -> nInt
 *     :state()                                            -> nState
 *     :abort()                                            -> NIL
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Harbour source: contrib/hbqt/qtnetwork/TQFtp.prg
 *     C++ wrappers  : contrib/hbqt/qtnetwork/QFtp.cpp
 *     Library       : hbqtnetwork
 *  $SEEALSO$
 *     QObject
 *  $END$
 */
