- Brian Ulm figured out that if you did an SFTP upload with
authorDaniel Stenberg <daniel@haxx.se>
Thu, 13 Mar 2008 21:43:30 +0000 (21:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 13 Mar 2008 21:43:30 +0000 (21:43 +0000)
commitad4a9955c5f62d164a78b9847fe9e8207aadb617
tree6d4df323042c9ae7098166a47d69141d370f325f
parent553ed99e3b5fce75e02167bb291b214576573ea9
- Brian Ulm figured out that if you did an SFTP upload with
  CURLOPT_FTP_CREATE_MISSING_DIRS to create a directory, and then re-used the
  handle and uploaded another file to another directory that needed to be
  created, the second upload would fail. Another case of a state variable that
  wasn't properly reset between requests.
lib/ssh.c