##########################################################################
##########################################################################
FtpLib V1.0.05 release note.
Date: 2010/10/14
[New Feature]

[Bug Fixed]

[Modified]
1. Add timeout in FtpConnectHost() of ftplib.c for preventing blocking too
long when ftp is connecting (block mode).

[Removed]

[Limitation]
##########################################################################
##########################################################################
FtpLib V1.0.04 release note.
Date: 2010/07/27
[New Feature]

[Bug Fixed]

[Modified]
1. Modify function FtpNewDir() to accept path "/fold1/fold2/..." and "fold1/fold2/..."
2. Modify FtpDisconnect() to free struct when the FTP in offline state

[Removed]

[Limitation]
##########################################################################
##########################################################################
FtpLib V1.0.03 release note.
Date: 2010/07/09
[New Feature]

[Bug Fixed]

[Modified]
1. Update the FTP library for making several levels of directories 
   The function FtpNewDir in the ftplib.c was improved to support the multiple level directories build-up.
   It will parser the levels of directory from the cpFolderName. Then, use FtpChdir to move to the folder from top and one after another.
   If the folder does not exist, it will create it. Then, move to next one.

[Removed]

[Limitation]

##########################################################################
##########################################################################
FtpLib V1.0.02 release note.
Date: 2009/06/04
[New Feature]

[Bug Fixed]

[Modified]
1. add non-blocking connecting function by mingyoung based on Anne sample
   (FtpDoConnect())

[Removed]

[Limitation]

##########################################################################
##########################################################################
FtpLib V1.0.01 release note.
Date: 2009/05/26
[New Feature]

[Bug Fixed]

[Modified]
1. Modify the connection to be Non-Blocking Connection
   (Add timeout in struct FtpContent and modify FtpConnectHost() function)

[Removed]

[Limitation]

##########################################################################
##########################################################################
FtpLib V1.0.00 release note.
Date: 2008/12/1
[New Feature]
1. Build Ftp Library base on ftplib-3.1-1.zip GPL open source.
2. Designed and implemented new APIs: FtpConnect(), FtpDisconnect(), FtpOpen(), FtpClose(), FtpNewDir(), and FtpPutDataFromMem().

[Bug Fixed]
1. Modify FtpConnect(const char *host, netbuf **nControl) to FtpConnectHost(const char *host, netbuf **nControl, int cMode).
2. Rename FtpClose(netbuf *nData) to FtpCloseHost(netbuf *nData).

[Modified]

[Removed]

[Limitation]

