<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/data/test238, branch master</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>FTP: reject illegal port numbers in EPSV 229 responses</title>
<updated>2013-01-15T21:35:48+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2013-01-15T21:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=533c31b78550603017f895180f301b760471c762'/>
<id>533c31b78550603017f895180f301b760471c762</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add FTP keywords for a couple of currently keyword-less FTP tests</title>
<updated>2012-11-19T09:58:14+00:00</updated>
<author>
<name>Fabian Keil</name>
<email>fk@fabiankeil.de</email>
</author>
<published>2012-11-16T11:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=6f444b2761abf86b3a4b5ac41c56c19541d6d962'/>
<id>6f444b2761abf86b3a4b5ac41c56c19541d6d962</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Various test file cleanups, including using &lt;servercmd&gt; instead of writing</title>
<updated>2007-04-18T20:22:01+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2007-04-18T20:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=ae3d5949b8611fd21d5397608bfd34d675156fad'/>
<id>ae3d5949b8611fd21d5397608bfd34d675156fad</id>
<content type='text'>
directly to ftpserver.cmd and removing unneeded empty sections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
directly to ftpserver.cmd and removing unneeded empty sections.
</pre>
</div>
</content>
</entry>
<entry>
<title>ftp@example.com is now the new anonymous FTP password. I opted for 'ftp' on</title>
<updated>2007-02-13T22:50:16+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2007-02-13T22:50:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=4efa0d9f6800b12e3ecb7e0291bc80fa8d8aa610'/>
<id>4efa0d9f6800b12e3ecb7e0291bc80fa8d8aa610</id>
<content type='text'>
the left side of @ to make it short(er).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the left side of @ to make it short(er).
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert (most of) the test data files into genuine XML.  A handful still</title>
<updated>2007-01-23T02:25:56+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2007-01-23T02:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=33bea767ebd0bbf11867fe1af31dc345e9f816af'/>
<id>33bea767ebd0bbf11867fe1af31dc345e9f816af</id>
<content type='text'>
are not, due mainly to the lack of support for XML character entities
(e.g. &amp; =&gt; &amp;amp; ).  This will make it easier to validate test files using
tools like xmllint, as well as edit and view them using XML tools.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are not, due mainly to the lack of support for XML character entities
(e.g. &amp; =&gt; &amp;amp; ).  This will make it easier to validate test files using
tools like xmllint, as well as edit and view them using XML tools.
</pre>
</div>
</content>
</entry>
<entry>
<title>Michal Marek provided a patch for FTP that makes libcurl continue to try PASV</title>
<updated>2006-01-24T14:40:43+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2006-01-24T14:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=67bf4f28ffcd7102602a83343da8df8058f9af4f'/>
<id>67bf4f28ffcd7102602a83343da8df8058f9af4f</id>
<content type='text'>
even after EPSV returned a positive response code, if libcurl failed to
connect to the port number the EPSV response said. Obviously some people are
going through protocol-sensitive firewalls (or similar) that don't understand
EPSV and then they don't allow the second connection unless PASV was
used. This also called for a minor fix of test case 238.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
even after EPSV returned a positive response code, if libcurl failed to
connect to the port number the EPSV response said. Obviously some people are
going through protocol-sensitive firewalls (or similar) that don't understand
EPSV and then they don't allow the second connection unless PASV was
used. This also called for a minor fix of test case 238.
</pre>
</div>
</content>
</entry>
<entry>
<title>test EPSV and PASV response handling when they get well-formated data back</title>
<updated>2005-03-15T12:33:08+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2005-03-15T12:33:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=9a5c21c16f12fc3a54f94cad5a95b14e794e9009'/>
<id>9a5c21c16f12fc3a54f94cad5a95b14e794e9009</id>
<content type='text'>
but using illegal values
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
but using illegal values
</pre>
</div>
</content>
</entry>
</feed>
