>> Anyone know of a simple shell that can be run over a serial port for
>>> doing file access on a windows host? I just need to do file copies and
>>> list directories, delete files.
>>
>> Maybe I should just bite the bullet and write one.
>> Sometimes, I just try to take the easy way out of habbit.
>
> You should be able to get the source to something like telnet from one of
> the Linux distros. Would that work for you?
Huh? Telnet isn't a shell. It's a TCP protocol handler. He doesn't want to communication via TCP, he wants to communicate via a serial port.