Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 2.00.00

...

ftp-c.h/ftp-c.c

Prototype

Arguments

p_err_net conn

Pointer to FTP Client Connection object.

p_err

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

FTPc_ERR_NONE
FTPc_ERR_TX_CMD
FTPc_ERR_RX_CMD_RESP_FAIL

Returned Values

DEF_OK,     FTP connection successfully closed;
DEF_FAIL, otherwise.

...