Example #1
0
void idpAddFtpDirComp(_TCHAR *url, _TCHAR *mask, _TCHAR *destdir, bool recursive, _TCHAR *components)
{
    downloader.addFtpDir(STR(url), STR(mask), STR(destdir), recursive, components);
}
Example #2
0
void idpAddFtpDir(_TCHAR *url, _TCHAR *mask, _TCHAR *destdir, bool recursive)
{
    downloader.addFtpDir(STR(url), STR(mask), STR(destdir), recursive);
}