commit | 61d259f95045c2ec029d4234af80b00d91fec080 | [log] [tgz] |
---|---|---|
author | Daniel Stenberg <daniel@haxx.se> | Fri Apr 12 15:29:28 2013 +0200 |
committer | Daniel Stenberg <daniel@haxx.se> | Fri Apr 12 22:43:13 2013 +0200 |
tree | 5aa64b7102d3f9acdde7890adfe8202f7ba03037 | |
parent | c01735865fcf0f35bb845762a9791c32ce9c0c4d [diff] |
FTP: access files in root dir correctly Accessing a file with an absolute path in the root dir but with no directory specified was not handled correctly. This fix comes with four new test cases that verify it. Bug: http://curl.haxx.se/mail/lib-2013-04/0142.html Reported by: Sam Deane