Subject: | calling cwd with an absolute path when the current directory is not root is broken |
When changing directory to an absolute path, if the current directory was not at the ftp root, it would append the segments of the new path to the current directory path instead of the ftp root.
A pull request with a fix is here:
https://github.com/tsucchi/Test-Mock-Net-FTP/pull/1