#include <directorydownload.h>
Public Member Functions | |
DirectoryDownload (Session *session, QObject *parentObject) | |
QString | remotePath () const |
void | setRemotePath (const QString &path) |
QString | localPath () const |
void | setLocalPath (const QString &path) |
QString | url () const |
void | setUrl (const QString &u) |
void | start () |
![]() | |
FileSystemOperation (Session *session, QObject *parentObject=0) | |
qint64 | hostId () const |
void | setHostId (qint64 id) |
QString | userName () const |
void | setUserName (const QString &user) |
const Job & | job () const |
void | setJob (const Job &j) |
Additional Inherited Members | |
![]() | |
void | finished () |
void | error (const QString &errorString) |
![]() | |
static const QString | noSuchFileOrDir |
![]() | |
virtual void | requestError (const QString &errorString) |
![]() | |
Session * | m_session |
qint64 | m_hostID |
QString | m_userName |
Job | m_job |
File system operation to download a directory from a remote UIT system.
DirectoryDownload | ( | Session * | session, |
QObject * | parentObject | ||
) |
session | The UIT session. |
parentObject | The parent object. |
QString remotePath | ( | ) | const |
void setRemotePath | ( | const QString & | path | ) |
path | The remote path to be downloaded. |
QString localPath | ( | ) | const |
void setLocalPath | ( | const QString & | path | ) |
path | The local path to download the directory to. |
QString url | ( | ) | const |
void setUrl | ( | const QString & | u | ) |
The | download URL to use. |
|
virtual |
Implemented by subclasses, start the operation.
Implements FileSystemOperation.