curl-users
RE: EXTERNAL: Re: upload of a file using cURL hangs and eventually times out with zero bytes transferred
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 14 May 2014 11:47:48 +0200 (CEST)
Date: Wed, 14 May 2014 11:47:48 +0200 (CEST)
On Tue, 13 May 2014, Perrin, Brandon S wrote:
> Yes both are using passive mode, or at least according to the logfiles they
> say they are using passive
>
> This is an upload log from the GlubTech client :
>
> ftps> put test.txt
> TYPE A
> 200 Type set to A.
> PASV
> 227 Entering Passive Mode (204,104,133,46,89,245)
Perhaps telling curl --disable-epsv will make a difference? As then it'll use
PASV exactly like above...
But also, is that second connection even done using TLS? There's no PROT
command issued (http://tools.ietf.org/html/rfc4217#section-9) so it seems to
assume some old default behavior will just do it right.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-users FAQ: http://curl.haxx.se/docs/faq.html Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2014-05-14