Reset Password
Check your e-mail for further instructions.
Reset
Name
file_size
Auth
yes
Description
Gives size (in bytes) and current offset for a given fd.
Required
Parameter | Description |
fd | int the file descriptor, for which the size and offset are given |
Example
{ result: 0, size: "Size of the ", offset: "Current offset" }
Errors
Code | Description |
1000 | Log in required. |
1007 | Invalid or closed file descriptor. |
2000 | Log in failed. |
4000 | Too many login tries from this IP address. |
5004 | Read error. Try reopening the file. |