diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-06-13 20:17:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-06-13 20:17:35 +0000 |
commit | 235632ed2c99c4859fe2142cc2f7f8daf74967fe (patch) | |
tree | 5d3bc36c69f0e8feba68a0864ab16bc834651b15 /CHANGES | |
parent | 68330c86e7f6201ca4dfabdb590df133ada524f2 (diff) |
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |