Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor10488261048826 FTPc_SendBuf() Anchor10446571044657Sends a file from a memory buffer. Anchor10446581044658

Files

...

ftp-c.h/ftp-c.c

...

Prototype

...

classCode_Listing

...

rowspan5

...

Arguments

...

remote_file_name File on the remote FTP server.

...

local_file Pointer to local buffer that will send file.

...

...

local_file_size Size of the memory buffer..

...

append Whether to append at the end of the existing file or overwrite content.

...

p_err_net Pointer to variable that will receive the return error code from this function.

...

Returned Values

...

...

DEF_OK, File successfully sent;

...

DEF_FAIL, otherwise.

...

Required Configuration

Anchor10456501045650None. Anchor10456511045651

Notes / Warnings

...

None. Anchor10461121046112

Example Usage

...

classCode_Listing

...

rowspan8

...