<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/data/test546, 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>Always use nocheck="yes" for consistency</title>
<updated>2009-01-07T21:57:26+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2009-01-07T21:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=14b6cc4e22d5db75eda3bcd756ab52748cd2b34a'/>
<id>14b6cc4e22d5db75eda3bcd756ab52748cd2b34a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fred Machado posted about a weird FTP problem on the curl-users list and when</title>
<updated>2008-12-08T20:20:51+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2008-12-08T20:20:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=18371aaff999d4862a32d060f03d8f668e8fa1b1'/>
<id>18371aaff999d4862a32d060f03d8f668e8fa1b1</id>
<content type='text'>
  researching it, it turned out he got a 550 response back from a SIZE command
  and then I fell over the text in RFC3659 that says:

   The presence of the 550 error response to a SIZE command MUST NOT be taken
   by the client as an indication that the file cannot be transferred in the
   current MODE and TYPE.

  In other words: the change I did on September 30th 2008 and that has been
  included in the last two releases were a regression and a bad idea. We MUST
  NOT take a 550 response from SIZE as a hint that the file doesn't exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  researching it, it turned out he got a 550 response back from a SIZE command
  and then I fell over the text in RFC3659 that says:

   The presence of the 550 error response to a SIZE command MUST NOT be taken
   by the client as an indication that the file cannot be transferred in the
   current MODE and TYPE.

  In other words: the change I did on September 30th 2008 and that has been
  included in the last two releases were a regression and a bad idea. We MUST
  NOT take a 550 response from SIZE as a hint that the file doesn't exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>- The libcurl FTP code now returns CURLE_REMOTE_FILE_NOT_FOUND error when SIZE</title>
<updated>2008-09-30T09:51:58+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2008-09-30T09:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=038542ea3ef5be195ae30b8d655fcec34dfba9e2'/>
<id>038542ea3ef5be195ae30b8d655fcec34dfba9e2</id>
<content type='text'>
  gets a 550 response back for the cases where a download (or NOBODY) is
  wanted. It still allows a 550 as response if the SIZE is used as part of an
  upload process (like if resuming an upload is requested and the file isn't
  there before the upload). I also modified the FTP test server and a few test
  cases accordingly to match this modified behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  gets a 550 response back for the cases where a download (or NOBODY) is
  wanted. It still allows a 550 as response if the SIZE is used as part of an
  upload process (like if resuming an upload is requested and the file isn't
  there before the upload). I also modified the FTP test server and a few test
  cases accordingly to match this modified behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added test case 546 to check that subsequent FTP transfers work after a</title>
<updated>2007-10-29T22:57:31+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2007-10-29T22:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=38cd2d781f86850b3577deac589ff73d997f1f19'/>
<id>38cd2d781f86850b3577deac589ff73d997f1f19</id>
<content type='text'>
failed one using the multi interface
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
failed one using the multi interface
</pre>
</div>
</content>
</entry>
</feed>
