6#include <istd/IPolymorphic.h>
232 virtual bool UploadFile(
const QString& filePath,
const QUrl& url)
const = 0;
265 virtual bool DownloadFile(
const QString& filePath,
const QUrl& url)
const = 0;
Interface for file upload and download operations via URLs.
virtual bool UploadFile(const QString &filePath, const QUrl &url) const =0
Upload a local file to a remote URL.
virtual bool DownloadFile(const QString &filePath, const QUrl &url) const =0
Download a remote file to a local path.
Server Communication and Connection Management Module.