Versions Compared

Key

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

...

Anchor10441191044119 FTPc_RecvFile() Anchor10446131044613Receives a file into the file system. Anchor10446141044614

Files

...

ftp-c.h/ftp-c.c

...

Prototype

...

...

rowspan5

...

Arguments

...

...

remote_file_name File on the remote FTP server.

...

local_file_name File on the local file system..

...

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

...

Returned Values

...

...

DEF_OK, File successfully received;

...

DEF_FAIL, otherwise.

...

...

Required Configuration

...

10454441045444None. Anchor10454451045445

Notes / Warnings

...

None. Anchor10488251048825

Example Usage

...

classCode_Listing

...

rowspan8

...