curl-library
Re: creating directories with FTP?
From: Silex <silex0r_at_gmail.com>
Date: Mon, 31 Jul 2006 10:54:43 +0200
Date: Mon, 31 Jul 2006 10:54:43 +0200
You usually use CURLOPT_QUOTE for that.
For creating directories you can even do it simpler, simply use
CURLOPT_FTP_CREATE_MISSING_DIRS and pass the url you want, it'll
create the dirs.
Philippe
Received on 2006-07-31