standard.net.ftp.FtpWrite

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
stream_handle
the stream handle as returned by FtpAccess

Description:

Write to a data connection stream.

Return value:

Returns non-null if succeeded, or null if failed.