Reset Password
Check your e-mail for further instructions.
Reset
Name
file_write
Auth
yes
Description
Writes as much data as you send to the file descriptor fd to the current file offset and adjusts the offset.
You can see how to send data here.
Output
Returns bytes (number of bytes) written.
Required
Parameter | Description |
fd | int the file descriptor, to which data is written |
Example
{ result: 0, bytes: 124 }
Errors
Code | Description |
1000 | Log in required. |
1007 | Invalid or closed file descriptor. |
2000 | Log in failed. |
2003 | Access denied. You do not have permissions to preform this operation. |
2008 | User is over quota. |
4000 | Too many login tries from this IP address. |
5003 | Write error. Try reopening the file. |