Versions Compared

Key

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

...

tftp-c.h/tftp-c.c

Prototype

Code Block
          CPU_BOOLEAN  TFTPc_Put (const  TFTPc_CFG    *p_cfg
                                         CPU_CHAR     *p_filename_local,
                                         CPU_CHAR     *p_filename_remote,
                                         TFTPc_MODE    mode,
                                         TFTPc_ERR    *p_err);

Arguments

p_cfg

Pointer to TFTPc Configuration to use.
DEF_NULL, if default configuration must be used.

...

DEF_OK,     if file was put on server successfully.

DEF_FAIL, otherwise 


Required Configuration

None.

...