Version 2.00.xx

Version 2.00.03

Release Date: September 14, 2018

Requirements

  • µC/TCPIP V3.02.00 or more recent.
  • µC/CPU V1.29.02 or more recent.
  • µC/LIB V1.38.00 or more recent.
  • µC/Common V1.00.00 or more recent.

New Features & Improvements

None.

API Changes

None.

Bug Fixes

  • Fixed issue where FTPc would hang while parsing the body of a server reply containing a '-' character.

Version 2.00.02

Release Date: June 15, 2018

Requirements

  • µC/TCPIP V3.02.00 or more recent.
  • µC/CPU V1.29.02 or more recent.
  • µC/LIB V1.38.00 or more recent.
  • µC/Common V1.00.00 or more recent.

New Features & Improvements

None.

API Changes

None.

Bug Fixes

  • Fixed issue where the call for FTPc_WaitForStatus() in FTPc_Open() would starve the system's lower priority tasks.
  • Fixed issue where a lengthy welcome message would hang FTPc.

Version 2.00.01

Release Date: 2015-06-05

Requirements

  • µC/TCPIP V3.02.00 or more recent.
  • µC/CPU V1.29.02 or more recent.
  • µC/LIB V1.38.00 or more recent.
  • µC/Common V1.00.00 or more recent.

New Features & Improvements

None.

API Changes

None.

Bug Fixes

  • ForcedFTPcsocket to be in Blocking mode to override NET_SOCK_DFLT_NO_BLOCK_EN option.

 

Version 2.00.00

Release Date: 2014-09-19

Requirements

  • µC/TCPIP V3.02.00 or more recent.
  • µC/CPU V1.29.02 or more recent.
  • µC/LIB V1.38.00 or more recent.
  • µC/Common V1.00.00 or more recent.

New Features & Improvements

  • Add new run-time configuration.

API Changes

  • FTPc_Open() now takes a pointer to a FTPc_CFG stucture as argument to define the run-time configuration to use. If the default configuration is wished, a null pointer should be passed as parameter.
  • All API functions now takes a FTPc_CONN structure as argument. This object is given by the application and is use by the µC/FTPc stack to store data relative to the connection.

Bug Fixes

None.