Version 1.94.xx

Version 1.94.00

Release Date: 2013-05-17

Requirements

  • µC/TCPIP V2.13.01 or more recent.
  • µC/CPU V1.29.01.01 or more recent.
  • µC/LIB V1.37.01 or more recent.

New Features & Improvements

  • Added support for Mocana's NanoSSL security manager.
  • New unique configuration file – ftp-c_cfg.h and removed all reference to app_cfg.h. FTPc configuration has not to be copied in app_cfg.h anymore.
  • Modified how headers are included inside the product and how to include net.h. Compiler 'include path directories' can contain the main folder of µC/TCPIP-V2 (e.g. $Micrium/Software/uC-TCPIP-V2) without including subdirectories.

API Changes

  • FTPc_Open() now takes a pointer to a FTPc_SECURE_CFG stucture as argument to define the security parameters. If no security management is required, a null pointer should be passed as parameter.

Bug Fixes

  • Fixed file upload issues.