| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-python mailing list Archives
Re: pycurl and thomson grass valley k2 FTP servers
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 3 Nov 2009 08:51:15 +0100 (CET)
On Tue, 3 Nov 2009, Shailesh Kumar wrote:
> Sorry for replying back on this thread after quite delay. We were able to
That's kind of them, but the list of options they provided didn't really make
> c.setopt(c.FTP_USE_EPSV, 1)
That's default.
> c.setopt(c.QUOTE, ['TYPE I'])
That's default
> c.setopt(c.CONNECTTIMEOUT, 30)
That doesn't alter what libcurl sends or receives, only how long it'll wait
> c.setopt(c.TIMEOUT, 300)
This just sets a limit for how long a single request/transfer may take.
> c.setopt(c.NOSIGNAL, 1)
This only makes libcurl avoid the use of signals for timing out slow name
> c.setopt(c.WRITEDATA, fp)
That's used for the write callback.
-- / daniel.haxx.se _______________________________________________ http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-pythonReceived on 2009-11-03 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info