FMIceLinkHttpFileTransfer Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkHttpFileTransfer.h FMIceLinkHttpFileTransfer.m  | 
+ downloadFileWithUrl:
	
Downloads a file from the url. Decompresses using BZip2 if needed.
			+ (FMIceLinkFuture<FMIceLinkDataBuffer*> *)downloadFileWithUrl:(NSString *)urlParameters
url | 
						The URL.  | 
					
|---|
Discussion
Downloads a file from the url. Decompresses using BZip2 if needed.
			Declared In
FMIceLinkHttpFileTransfer.h
+ downloadFileWithUrl:filePath:
	
Downloads a file from the url. Decompresses using BZip2 if needed. Then saves to the file system at filePath.
			+ (FMIceLinkFuture<id> *)downloadFileWithUrl:(NSString *)url filePath:(NSString *)filePathParameters
url | 
						The URL.  | 
					
|---|---|
filePath | 
						The file path.  | 
					
Discussion
Downloads a file from the url. Decompresses using BZip2 if needed. Then saves to the file system at filePath.
			Declared In
FMIceLinkHttpFileTransfer.h