From: Alan Wolfe 
  To: [email protected] 
  Sent: Thursday, July 05, 2007 3:53 AM
  Subject: [cURLpp] Getting Started


  Hi!

  I'm just getting started with curl (using the windows package named 
libcurl-7.13.1-ssl-zlib-ares.zip) and was playing around with the sample 
https.c.

  I noticed that in the URL line i can set https:// http:// and ftp:// 
addresses and it retrieves the files ok.

  When i tried sftp:// it said that protocol was unsupported though.

  Is there something special you have to do to do sftp?  Or is it really 
unsupported in windows?

  Thanks a bunch!
  Alan
you should ask that on 'curl' mailing list (not the pp which stands for the c++ 
wrapper).
nonetheless, it is probable that you need more than 'ssl-zlib-ares' as sftp 
stands for SSH FTP (don't mix with with ftps which is FTP over SSL), so 
something with 'ssh' in the title should be more correct. 

Regards
Armel
_______________________________________________
cURLpp mailing list
[email protected]
http://www.rrette.com/mailman/listinfo/curlpp

Reply via email to