I'm new to TRAMP, so this may be trivial.
I'm trying to access a DOS like remote system from a Linux system. I need to access a non-default drive letter, but the CWD command doesn't seem to understand drive letters.
The FTP session shows:
...
ftp> pwd
257 "c:\" is current directory.
ftp> passive
Passive mode on.
ftp> cd /m\:/
*** which fails. Need: cd m:/
angeftp is setup to use passive mode, but is otherwise stock.
Is there a way to get TRAMP (or maybe angeftp) to grok drive letters?
Thanks,
-Dan