QFtp

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

CLASS REFERENCE
Source: /harbour/contrib/hbqt/TQFtp.prg
http://doc.trolltech.com/4.5/qftp.htm
oFtp : bytesAvailable() nQint64
oFtp : cd( cDir ) nInt
oFtp : clearPendingCommands() NIL
oFtp : close() nInt
oFtp : connectToHost( cHost, nPort ) nInt
oFtp : currentCommand() nCommand
oFtp : currentDevice() pQIODevice
oFtp : currentId() nInt
oFtp : error() nError
oFtp : errorString() cQString
oFtp : get( cFile, pDev, nType ) nInt
oFtp : hasPendingCommands() lBool
oFtp : list( cDir ) nInt
oFtp : login( cUser, cPassword ) nInt
oFtp : mkdir( cDir ) nInt
oFtp : put( pDev, cFile, nType ) nInt
oFtp : put_1( pData, cFile, nType ) nInt
oFtp : rawCommand( cCommand ) nInt
oFtp : readAll() pQByteArray
oFtp : remove( cFile ) nInt
oFtp : rename( cOldname, cNewname ) nInt
oFtp : rmdir( cDir ) nInt
oFtp : setProxy( cHost, nPort ) nInt
oFtp : setTransferMode( nMode ) nInt
oFtp : state() nState
oFtp : abort() NIL
FUNCTIONS REFERENCE
Source: /harbour/contrib/hbqt/QFtp.cpp
Qt_QFtp_bytesAvailable( pQFtp )nQint64
Qt_QFtp_cd( pQFtp, cDir )nInt
Qt_QFtp_clearPendingCommands( pQFtp )NIL
Qt_QFtp_close( pQFtp )nInt
Qt_QFtp_connectToHost( pQFtp, cHost, nPort )nInt
Qt_QFtp_currentCommand( pQFtp )nCommand
Qt_QFtp_currentDevice( pQFtp )pQIODevice
Qt_QFtp_currentId( pQFtp )nInt
Qt_QFtp_error( pQFtp )nError
Qt_QFtp_errorString( pQFtp )cQString
Qt_QFtp_get( pQFtp, cFile, pDev, nType )nInt
Qt_QFtp_hasPendingCommands( pQFtp )lBool
Qt_QFtp_list( pQFtp, cDir )nInt
Qt_QFtp_login( pQFtp, cUser, cPassword )nInt
Qt_QFtp_mkdir( pQFtp, cDir )nInt
Qt_QFtp_put( pQFtp, pDev, cFile, nType )nInt
Qt_QFtp_put_1( pQFtp, pData, cFile, nType )nInt
Qt_QFtp_rawCommand( pQFtp, cCommand )nInt
Qt_QFtp_readAll( pQFtp )pQByteArray
Qt_QFtp_remove( pQFtp, cFile )nInt
Qt_QFtp_rename( pQFtp, cOldname, cNewname )nInt
Qt_QFtp_rmdir( pQFtp, cDir )nInt
Qt_QFtp_setProxy( pQFtp, cHost, nPort )nInt
Qt_QFtp_setTransferMode( pQFtp, nMode )nInt
Qt_QFtp_state( pQFtp )nState
Qt_QFtp_abort( pQFtp )NIL