Hi there. I'm connecting to an HP/3000 with a system type of MPE/IX. I am able to connect and login just fine, but it won't list the FileNames correctly. If I right click and choose Directory Info the following is what I get:
PATH= /FTP/MAYO835/
CODE ------------LOGICAL RECORD----------- ----SPACE---- FILENAME
SIZE TYP EOF LIMIT R/B SECTORS #X MX
244B VA 95 104 1 16 1 8 HTHP4I4
244B VA 7464 10464 1 704 3 8 TEOP4F3
244B VA 226 288 1 32 1 8 THTHP4F1
244B VA 21596 33916 1 2112 1 8 TSCHA3I4
244B VA 14118 22452 1 1424 4 8 TSCHA4F1
What shows up under the FileName column looks like this:
8 HTHP4I4
8 TEOP4F3
8 THTHP4F1
8 TSCHA3I4
8 TSCHA4F1
It needs to look like this:
HTHP4I4
TEOP4F3
THTHP4F1
TSCHA3I4
TSCHA4F1
Any ideas? I've tried manually changing to every different server type, but can't seem to find one that will work.
If I try to download a file as is, I get an error:
550 FILE NAME DID NOT START WITH AN ALPHABETIC CHARACTER (FSERR 409)