1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

PWD for SFTP is fixed

This commit is contained in:
Daniel Stenberg 2007-07-20 15:33:44 +00:00
parent 1a0034ac34
commit 94fcb4b09d
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,8 @@
Changelog
Daniel S (20 July 2007)
- James Housley fixed the SFTP PWD command to work.
- Ralf S. Engelschall filed bug report #1757328
(http://curl.haxx.se/bug/view.cgi?id=1757328) and submitted a patch. It
turns out we broke login to FTP servers that don't require (nor understand)

View File

@ -26,6 +26,7 @@ This release includes the following bugfixes:
o login to FTP servers that don't require (nor understand) PASS after the
USER command
o bad free of memory from libssh2
o the SFTP PWD command works
This release includes the following known bugs:
@ -44,6 +45,6 @@ advice from friends like these:
Dan Fandrich, Song Ma, Daniel Black, Giancarlo Formicuccia, Shmulik Regev,
Daniel Cater, Colin Hogben, Jofell Gallardo, Daniel Johnson,
Ralf S. Engelschall
Ralf S. Engelschall, James Housley
Thanks! (and sorry if I forgot to mention someone)