Mercurial > ecos
diff packages/net/ftpclient/current/ChangeLog @ 1650:0e6a7d89dd0e
New stream oriented functions - ftp_get_var()/ftp_put_var()
| author | gthomas |
|---|---|
| date | Mon, 24 May 2004 19:31:01 +0000 |
| parents | 353800bc5758 |
| children | 435babd3f38e |
line wrap: on
line diff
--- a/packages/net/ftpclient/current/ChangeLog +++ b/packages/net/ftpclient/current/ChangeLog @@ -1,3 +1,10 @@ +2004-05-24 Gary Thomas <gary@mlbassoc.com> + + * src/ftpclient.c: + * include/ftpclient.h: + * cdl/ftpclient.cdl: Add new functions 'ftp_get_var()' and 'ftp_put_var()' + which allow for streams of data instead of fixed buffers. + 2003-07-02 Daniel Néri <daniel.neri@sigicom.se> * src/ftpclient.c (send_cmd): Fix typo in error message.
