<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg.ecoscentric.com/ecos/</link>
    <language>en-us</language>

    <title>ecos: packages/net/ftpclient/current/src/ftpclient.c history</title>
    <description>packages/net/ftpclient/current/src/ftpclient.c revision history</description>
    <item>
    <title>Update all copyright banners to reflect FSF ownership; fix and improve licence text.</title>
    <link>https://hg.ecoscentric.com/ecos/log/74dbf4c3f2e1/packages/net/ftpclient/current/src/ftpclient.c</link>
    <description><![CDATA[Update all copyright banners to reflect FSF ownership; fix and improve licence text.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 29 Jan 2009 17:47:46 +0000</pubDate>
</item>
<item>
    <title>Fix error check - from Daniel Neri</title>
    <link>https://hg.ecoscentric.com/ecos/log/2d458d1401c4/packages/net/ftpclient/current/src/ftpclient.c</link>
    <description><![CDATA[Fix error check - from Daniel Neri]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Mon, 11 Sep 2006 15:12:37 +0000</pubDate>
</item>
<item>
    <title>* src/ftpclient.c (connect_to_server): Use socklen_t to avoid</title>
    <link>https://hg.ecoscentric.com/ecos/log/1f65cc07a3e5/packages/net/ftpclient/current/src/ftpclient.c</link>
    <description><![CDATA[* src/ftpclient.c (connect_to_server): Use socklen_t to avoid<br/>
        compiler warning.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sat, 30 Jul 2005 12:07:33 +0000</pubDate>
</item>
<item>
    <title>* src/ftpclient.c (opendatasock): Don't clobber the socket</title>
    <link>https://hg.ecoscentric.com/ecos/log/435babd3f38e/packages/net/ftpclient/current/src/ftpclient.c</link>
    <description><![CDATA[* src/ftpclient.c (opendatasock): Don't clobber the socket<br/>
        variable with a temporary variable of local scope.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Tue, 05 Oct 2004 08:04:34 +0000</pubDate>
</item>
<item>
    <title>New stream oriented functions - ftp_get_var()/ftp_put_var()</title>
    <link>https://hg.ecoscentric.com/ecos/log/0e6a7d89dd0e/packages/net/ftpclient/current/src/ftpclient.c</link>
    <description><![CDATA[New stream oriented functions - ftp_get_var()/ftp_put_var()]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Mon, 24 May 2004 19:31:01 +0000</pubDate>
</item>
<item>
    <title>* src/ftpclient.c (send_cmd): Fix typo in error message.</title>
    <link>https://hg.ecoscentric.com/ecos/log/353800bc5758/packages/net/ftpclient/current/src/ftpclient.c</link>
    <description><![CDATA[* src/ftpclient.c (send_cmd): Fix typo in error message.<br/>
       (opendatasock): Use snprintf instead of sprintf.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Fri, 11 Jul 2003 09:53:03 +0000</pubDate>
</item>
<item>
    <title>* src/ftpclient.c (connect_to_server): Added support for</title>
    <link>https://hg.ecoscentric.com/ecos/log/c1abcb7d0cf8/packages/net/ftpclient/current/src/ftpclient.c</link>
    <description><![CDATA[* src/ftpclient.c (connect_to_server): Added support for<br/>
        IPv6. This meant changing from using the PORT command to using<br/>
        EPRT, when setting up the data connection. EPRT is protocol<br/>
        independant.<br/>
        * tests/ftpclient1.c (ftp_test): Added tests which use IPv6<br/>
        addresses. Fixed a few minor bugs with format strings.<br/>
        * doc/ftpclient.sgml: Mention we support IPv6 and DNS.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 12 May 2003 10:02:08 +0000</pubDate>
</item>
<item>
    <title>* src/ftpclient.c: Send &quot;quit&quot; not &quot;quit &quot; to keep some servers</title>
    <link>https://hg.ecoscentric.com/ecos/log/7fffb214536c/packages/net/ftpclient/current/src/ftpclient.c</link>
    <description><![CDATA[* src/ftpclient.c: Send &quot;quit&quot; not &quot;quit &quot; to keep some servers<br/>
         happy.  Also deal with multi line replies correctly.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Wed, 07 Aug 2002 08:00:33 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-23-21:39:14-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/d2c90368aeef/packages/net/ftpclient/current/src/ftpclient.c</link>
    <description><![CDATA[Merge from eCos master repository on 2002-05-23-21:39:14-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 23 May 2002 22:59:51 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-20-20:11:54-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/e0c0827131d1/packages/net/ftpclient/current/src/ftpclient.c</link>
    <description><![CDATA[Merge from eCos master repository on 2002-05-20-20:11:54-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 20 May 2002 22:19:26 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-12-07-11:40:47-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/ea3f0bd33a73/packages/net/ftpclient/current/src/ftpclient.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-12-07-11:40:47-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 07 Dec 2001 14:15:03 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-11-23-15:32:03-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/9b55e9c69693/packages/net/ftpclient/current/src/ftpclient.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-11-23-15:32:03-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 23 Nov 2001 17:12:52 +0000</pubDate>
</item>

  </channel>
</rss>
