Skip to content
Snippets Groups Projects
Commit 235632ed authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent 68330c86
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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 Rundstrm,
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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment