0

是否可以使用 ASIHTTPRequest 从服务器下载整个文件夹?如果没有,我可以压缩文件夹并下载它吗?根据我的阅读,ASIHTTPRequest 将解压缩压缩文件。我试过了,但似乎无法让它工作。我不确定我是否正确设置了路径。

ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:urlOfFolder;
[request setDownloadDestinationPath:[NSString stringWithFormat:@"%@/%@", documentsDirectory, @"download_folder"]];
4

0 回答 0