FtpWrite is available since version 1.0.
Prototype:
number FtpWrite(string data_buffer, number stream_handle)
Parameters
data_buffer
the data to write to the stream
Description:
Write to a data connection stream.
Return value:
Returns non-null if succeeded, or null if failed.