how to get file contents via api

hi

i was wondering if it is possible to get file contents via api. for example to get contents of rsc files.

that is kinda a beauty of API - you can get the details of the file, but then you can simply use some libraries of the language to get the file by other means (ftp download for example) because API is not a file transfer protocol after all.

thx for reply