Download a File (Redirect)
-
Description
GET /download_file?filename=[UTF8-URIEncoded file path]
-
Possible Responses
200
[binary file content]
400
{"code":4,"message":"File or directory does not exist"}
-
Notes
- The root directory for file operations via this API is
/var/mobile/Media/1ferver/
- Absolute paths are supported. If the first character of the path is
/
, it is treated as an absolute path
- The root directory for file operations via this API is