[FTP server] Two dots (..) parent directories handling

imho, i would strongly suggest not to do that, i: is not equivalent to i:\

important to specify the full path = drive letter + path.
in this case, the full path
i:\ = i: + \

i demonstrate the danger of that at


and see this debug output.
the command uses d: but that is renamed to "//?/D:/zork"

rclone serve ftp d: --addr 0.0.0.0:2222 -vv
DEBUG : rclone: Version "v1.65.0" starting with parameters ["rclone" "serve" "ftp" "d:" "--addr" "0.0.0.0:2222" "-vv"]
DEBUG : Creating backend with remote "d:"
DEBUG : fs cache: renaming cache item "d:" to be canonical "//?/D:/zork"