是否可以使用ASIHTTPRequest从服务器下载整个文件夹?如果没有,我可以压缩文件夹并下载它。根据我的阅读,ASIHTTPRequest将解压缩压缩文件。我试过了,但似乎无法让它发挥作用。我不确定我是否正确设置路径。
ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:urlOfFolder;
[request setDownloadDestinationPath:[NSString stringWithFormat:@"%@/%@", documentsDirectory, @"download_folder"]];