MythTV master
Classes | Functions
remotefile.h File Reference
#include <sys/stat.h>
#include <QDateTime>
#include <QStringList>
#include <QMutex>
#include "mythbaseexp.h"
#include "mythtimer.h"
Include dependency graph for remotefile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RemoteFile
 

Functions

MBASE_PUBLIC QString RemoteDownloadFile (const QString &url, const QString &storageGroup, const QString &filename="")
 
MBASE_PUBLIC QString RemoteDownloadFileNow (const QString &url, const QString &storageGroup, const QString &filename="")
 

Function Documentation

◆ RemoteDownloadFile()

MBASE_PUBLIC QString RemoteDownloadFile ( const QString &  url,
const QString &  storageGroup,
const QString &  filename = "" 
)

◆ RemoteDownloadFileNow()

MBASE_PUBLIC QString RemoteDownloadFileNow ( const QString &  url,
const QString &  storageGroup,
const QString &  filename = "" 
)

Definition at line 1490 of file remotefile.cpp.