<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/data/test593, 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>tests: Moved some comments so the test data files parse as XML</title>
<updated>2014-02-02T23:23:34+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2014-02-02T23:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=2f89a61cc05030561ffb994541bc3bf344e850fd'/>
<id>2f89a61cc05030561ffb994541bc3bf344e850fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FTP: perform active connections non-blocking</title>
<updated>2011-12-20T19:30:02+00:00</updated>
<author>
<name>Gokhan Sengun</name>
<email>gokhansengun@gmail.com</email>
</author>
<published>2011-12-19T13:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=c834213ad52c52431e9ca597862dc81839cabe84'/>
<id>c834213ad52c52431e9ca597862dc81839cabe84</id>
<content type='text'>
1- Two new error codes are introduced.

CURLE_FTP_ACCEPT_FAILED to be set whenever ACCEPTing fails because of
FTP server connected.

CURLE_FTP_ACCEPT_TIMEOUT to be set whenever ACCEPTing timeouts.

Neither of these errors are considered fatal and control connection
remains OK because it could just be a firewall blocking server to
connect to the client.

2- One new setopt option was introduced.

CURLOPT_ACCEPTTIMEOUT_MS

It sets the maximum amount of time FTP client is going to wait for a
server to connect. Internal default accept timeout is 60 seconds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1- Two new error codes are introduced.

CURLE_FTP_ACCEPT_FAILED to be set whenever ACCEPTing fails because of
FTP server connected.

CURLE_FTP_ACCEPT_TIMEOUT to be set whenever ACCEPTing timeouts.

Neither of these errors are considered fatal and control connection
remains OK because it could just be a firewall blocking server to
connect to the client.

2- One new setopt option was introduced.

CURLOPT_ACCEPTTIMEOUT_MS

It sets the maximum amount of time FTP client is going to wait for a
server to connect. Internal default accept timeout is 60 seconds.
</pre>
</div>
</content>
</entry>
<entry>
<title>Active mode FTP test cases with server not establishing data connection</title>
<updated>2011-11-11T18:46:44+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2011-11-11T18:46:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=082e8a3b03d2c47d237994675bface127ab23c29'/>
<id>082e8a3b03d2c47d237994675bface127ab23c29</id>
<content type='text'>
591 -&gt; FTP multi PORT and 425 on upload
592 -&gt; FTP multi PORT and 421 on upload
593 -&gt; FTP multi PORT upload, no data conn and no transient neg. reply
594 -&gt; FTP multi PORT upload, no data conn and no positive prelim. reply

1206 -&gt; FTP PORT and 425 on download
1207 -&gt; FTP PORT and 421 on download
1208 -&gt; FTP PORT download, no data conn and no transient negative reply
1209 -&gt; FTP PORT download, no data conn and no positive preliminary reply
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
591 -&gt; FTP multi PORT and 425 on upload
592 -&gt; FTP multi PORT and 421 on upload
593 -&gt; FTP multi PORT upload, no data conn and no transient neg. reply
594 -&gt; FTP multi PORT upload, no data conn and no positive prelim. reply

1206 -&gt; FTP PORT and 425 on download
1207 -&gt; FTP PORT and 421 on download
1208 -&gt; FTP PORT download, no data conn and no transient negative reply
1209 -&gt; FTP PORT download, no data conn and no positive preliminary reply
</pre>
</div>
</content>
</entry>
</feed>
