curl-users
SFTP question from curl newbee
Date: Thu, 24 Jul 2008 14:31:49 -0500
Hi,
I am trying to use curl to upload a file over a secure connection. When
I use the following command it works:
curl -v -u username -T somefile --ftp-ssl
ftp://111.111.11.11/tmp/somefile
But when I use the --ftp-ssl-reqd option I get the following:
curl -v -u username -T somefile --ftp-ssl-reqd
ftp://111.111.11.11/tmp/somefile
* Connected to 111.111.11.11 (111.111.11.11) port 21 (#0)
< 220 hostname FTP server (Revision 1.1 Version wuftpd-2.6.1 Fri Jun 25
02:33:48
GMT 2004) ready.
> AUTH SSL
< 534 Kerberos Authentication not enabled.
> AUTH TLS
< 534 Kerberos Authentication not enabled.
* Closing connection #0
* Requested SSL level failed
curl: (64) Requested SSL level failed
First of all why am I getting this error and why is Kerberos
Authentication required? I am guessing that this is something simple
that I am missing since I am new to this.
Thanks
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2008-07-24