curl-users
Re: FTPS upload - weird heading insertion
Date: Fri, 24 Sep 2010 23:05:11 +0200 (CEST)
On Fri, 24 Sep 2010, vincent.preau_at_bnpparibas.com wrote:
> After uploading files to an FTPS Server, I get strange
> characters/delimiters at the very beginning of the uploaded files :
> NUL|NUL|ETX|Î.
I figure that means they are three bytes: 00 00 03
> curl -u user:pass --disable-epsv -v -ftp-ssl -E mycert.pem -T test.txt
> ftp://my_ftps_server_ip:2121/test.txt
>
> Have you ever seen this and do you have any idea on how to make it disappear
> ?
I don't know why the rubbish ends up there. What curl version and what SSL
library/version are you using? Do you happen to know what software the FTPS
server is running?
-- / 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.html
Received on 2010-09-24