Versions Compared

Key

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

...

ftp-c.h/ftp-c.c

Prototype

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

...

  • This function can only be used when FTPc_CFG_USE_FS is set tot DEF_ENABLED.

Notes / Warnings

None.

Example Usage