Reset Password
Check your e-mail for further instructions.
Reset
Name
file_pread
Auth
yes
Description
Tries to read at most count bytes at the given offset of the file.
You can see how to read data here.
Output
Returns the data.
Required
Parameter | Description |
fd | int the file descriptor, from which data is read |
count | int count in bytes, which to be read from the descriptor |
offset | int in bytes, from where to start reading in the file |
Errors
Code | Description |
1000 | Log in required. |
1007 | Invalid or closed file descriptor. |
1009 | Please provide 'offset'. |
1011 | Please provide 'count'. |
2000 | Log in failed. |
4000 | Too many login tries from this IP address. |
5004 | Read error. Try reopening the file. |