6#include <imtcom/IFileTransfer.h>
16 virtual bool UploadFile(
const QString& filePath,
const QUrl& url)
const override;
17 virtual bool DownloadFile(
const QString& filePath,
const QUrl& url)
const override;
Interface for file upload and download operations via URLs.
HTTP Client and File Transfer Module.