B | |
| basename [Fetch] |
Get the filename only in a full uri.
|
C | |
| close [Fetch] |
Close a file descriptor.
|
| cp [Fetch] | cp source dest copies the file source to dest (both arguments are uri).
|
G | |
| get_protocol [Fetch] | |
I | |
| is_alive [Fetch] |
Is a server alive and available ?
|
L | |
| ls [Fetch] |
List contents of a directory.
|
| lseek [Fetch] |
Set the current position for a file descriptor.
|
O | |
| openfile [Fetch] |
Open the named file with the given flags.
|
R | |
| read [Fetch] | read fd buff ofs len reads len characters from descriptor fd, storing them in string buff, starting at position ofs in string buff.
|
S | |
| supported_protocols [Fetch] | |
W | |
| write [Fetch] | write fd buff ofs len writes...
|