Version 2.00.01
Release Date: 2015-06-04
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
- Forced FTPc socket 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 aFTPc_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.