- I noticed while writing test 541 that the FTP code wrongly did a CWD on the
authorDaniel Stenberg <daniel@haxx.se>
Tue, 11 Sep 2007 22:21:39 +0000 (22:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Sep 2007 22:21:39 +0000 (22:21 +0000)
commit1ce732e9d6342d09f1cafaa7b956da3bd00b6aaf
tree4eb4613ea3bbd3436a96bf2b7ada38f8350093c2
parentcc618e761c4f009b11834383204b54bc1d0e1c5d
- I noticed while writing test 541 that the FTP code wrongly did a CWD on the
  second transfer as it didn't store and remember the "" path from the
  previous transfer so it would instead CWD to the entry path as stored. This
  worked, but did a superfluous command. Thus, test case 541 now also verifies
  this fix.
lib/ftp.c