summaryrefslogtreecommitdiff
path: root/tests/data/test1225
Commit message (Collapse)AuthorAgeFilesLines
* FTP: skip CWD to entry dir when target is absoluteZenju2019-09-131-1/+0
| | | | Closes #4332
* FTP: access files in root dir correctlyDaniel Stenberg2013-04-121-0/+57
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