cURL / Mailing Lists / curl-users / Single Mail

curl-users

FTP recursion.

From: Gruenbaum, Uri \(Uri\) <gruenbaum_at_avaya.com>
Date: Sun, 4 Feb 2007 13:43:15 +0200

Hi.
is there is any way I can upload/Download a complete Directory (e.g. is
there any curl_easy_setopt)????
Or do I have to implement a recursion in my code for that?
Thanks in advance.
Uri.

-----Original Message-----
From: curl-users-bounces_at_cool.haxx.se
[mailto:curl-users-bounces_at_cool.haxx.se] On Behalf Of
curl-users-request_at_cool.haxx.se
Sent: Sunday, February 04, 2007 1:00 PM
To: curl-users_at_cool.haxx.se
Subject: curl-users Digest, Vol 18, Issue 5

Send curl-users mailing list submissions to
        curl-users_at_cool.haxx.se

To subscribe or unsubscribe via the World Wide Web, visit
        http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
or, via email, send a message with subject or body 'help' to
        curl-users-request_at_cool.haxx.se

You can reach the person managing the list at
        curl-users-owner_at_cool.haxx.se

When replying, please edit your Subject line so it is more specific than
"Re: Contents of curl-users digest..."

Today's Topics:

   1. socks4a for curl? (Manfred Schwarb)
   2. Re: socks4a for curl? (Daniel Stenberg)

----------------------------------------------------------------------

Message: 1
Date: Sat, 03 Feb 2007 15:04:07 +0100
From: "Manfred Schwarb" <manfred99_at_gmx.ch>
Subject: socks4a for curl?
To: curl-users_at_cool.haxx.se
Message-ID: <20070203140407.295100_at_gmx.net>
Content-Type: text/plain; charset="us-ascii"

Hi Daniel,
as we are at the socks subject:
How about supporting socks4a?
It's socks4 without hostname resolving, see
http://socks.permeo.com/protocol/socks4a.protocol.

Why: Internet privacy becomes more and more important, and tools for
anonymous internet access rely on the ability to do DNS requests remote,
so DNS request tracking can be inhibited.
Socks4a gives the possibility to do so.

It' very similar to socks4, just set destination IP to
0.0.0.1 and append the destination domain name to the socks header.
Implementation would need only a handful of code lines, so I guess there
would be no big maintenance issue.

What do you think?
I could do a first try to implement it, but as I'm not very fluent in
programming c, you would probably have to polish/check/correct it.

Regards,
Manfred

--
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen:
http://www.gmx.net/de/go/topmail?ac=OM.GX.GX003K11713T4783a
------------------------------
Message: 2
Date: Sat, 3 Feb 2007 22:18:53 +0100 (CET)
From: Daniel Stenberg <daniel_at_haxx.se>
Subject: Re: socks4a for curl?
To: the curl tool <curl-users_at_cool.haxx.se>
Message-ID: <Pine.LNX.4.64.0702032215550.28071_at_yvahk3.pbagnpgbe.fr>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
On Sat, 3 Feb 2007, Manfred Schwarb wrote:
> How about supporting socks4a? It's socks4 without hostname resolving,
see 
> http://socks.permeo.com/protocol/socks4a.protocol.
Sure, it seems like it would fit in among curl's abilities!
> It' very similar to socks4, just set destination IP to 0.0.0.1 and
append 
> the destination domain name to the socks header. Implementation would
need 
> only a handful of code lines, so I guess there would be no big
maintenance 
> issue.
Yes, it should probably not be a lot of extra code.
> I could do a first try to implement it, but as I'm not very fluent in 
> programming c, you would probably have to polish/check/correct it.
I'll offer my reviews/comments on any attempts implementing this!
-- 
  Commercial curl and libcurl Technical Support:
http://haxx.se/curl.html
------------------------------
_______________________________________________
curl-users mailing list
curl-users_at_cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
End of curl-users Digest, Vol 18, Issue 5
*****************************************
Received on 2007-02-04