]> granicus.if.org Git - curl/commitdiff
Tom Regner provided a patch and worked together with James Housley, so now
authorDaniel Stenberg <daniel@haxx.se>
Wed, 13 Jun 2007 20:17:35 +0000 (20:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 13 Jun 2007 20:17:35 +0000 (20:17 +0000)
CURLOPT_FTP_CREATE_MISSING_DIRS works for SFTP connections as well as FTP
ones.

CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 7a1bb03cb14af9f9a5374dfcea5226ba60abfc8f..07a007634fd75d0550011daf2f95c5f14e717c61 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
                                   Changelog
 
 Daniel S (13 June 2007)
+- Tom Regner provided a patch and worked together with James Housley, so now
+  CURLOPT_FTP_CREATE_MISSING_DIRS works for SFTP connections as well as FTP
+  ones.
+
 - Rich Rauenzahn filed bug report #1733119
   (http://curl.haxx.se/bug/view.cgi?id=1733119) and we collaborated on the
   fix.  The problem is that for 64bit HPUX builds, several socket-related
index e040da14e10765949e0e9e5451684de3d4ec350a..7b82e8de713da618e18f69cb3c208e678205df08 100644 (file)
@@ -21,6 +21,8 @@ This release includes the following changes:
  o upload resume works for file:// URLs
  o asynchronous name resolves now require c-ares 1.4.0 or later
  o added SOCKS test cases
+ o CURLOPT_FTP_CREATE_MISSING_DIRS and --ftp-create-dirs now work for SFTP
+   operations as well
 
 This release includes the following bugfixes:
 
@@ -80,6 +82,6 @@ advice from friends like these:
  James Housley, Daniel Black, Steve Little, Sonia Subramanian, Peter O'Gorman,
  Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundström,
  Anders Gustafsson, James Bursa, Kristian Gunstone, Feng Tu,
- Andre Guibert de Bruet, Rob Crittenden, Rich Rauenzahn
+ Andre Guibert de Bruet, Rob Crittenden, Rich Rauenzahn, Tom Regner
 
         Thanks! (and sorry if I forgot to mention someone)