get file content with CMD_API_FILE_MANAGER

Hello,

I also found this, but there is no function to get the content of the file, you can only get the info of the file or save content to a file, but not read a file.
 
Hello,

The output of a file is not API related.. it's just a file. Not encoded or anything.
You just grab the file, straight up, eg:

CMD_API_FILE_MANAGER/path/to/file.txt

So in this case, the actual command name is the full above path, without needing any GET or POST values.

John
 
Back
Top