InetFTPSendData
int InetFTPSendData (int FTPHandle, const char *data, size_t dataSize);
Purpose
Sends data associated with your command. You must call this function only from an FTP command data callback.
Parameters
Input | ||
Name | Type | Description |
FTPHandle | int | A handle returned by the InetFTPLogin or InetFTPLoginEx function. The handle identifies an active FTP connection. |
data | const char * | Buffer holding the data to send to the FTP server. |
dataSize | size_t | The number of bytes to send. |
Return Value
Name | Type | Description |
result | int | Return value indicating whether the function was successful. A negative number indicates that an error occurred. |
Additional Information
Library: Internet Library
Include file: cvintwrk.h
LabWindows/CVI compatibility: LabWindows/CVI 9.0 and later