cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: creating remote directories via ftp

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 15 May 2001 20:38:42 +0200 (MET DST)

On Tue, 15 May 2001, Rodney Simmons wrote:

> I was able to get the CURL_QUOTE option to create a remote directory.
> My only complaint is that when I execute the curl_easy_perform function
> it returns a directory listing. Is there a way to turn this off?

No there isn't. curl_easy_perform() is still made for transferring files, and
you get a file transferred... You could always just specify a non-existing
file and then it'll return an error instead! :-O

> If there is a wish list for enhancements to libcurl, I would suggest that
> there be an option to create directories.

I'm really interested in hearing what other people think of this suggestion!

-- 
     Daniel Stenberg -- curl dude -- http://curl.haxx.se/
_______________________________________________
Curl-library mailing list
Curl-library_at_lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/curl-library
Received on 2001-05-15