I'm connecting via SSH to a freebsd system. I'm able to log in OK, but when I look at the file listing everything is named something like
"123 1062640808 .muttrc"
when I log in via SSH to my linux system, that would show (correctly) as:
".muttrc"
The listing for the BSD system also shows incorrect size/date/permissions, and when I try to get the properties for any file, I get a message saying:
Core FTP App has encountered a problem and needs to close. We are sorry for the inconvenience.
AppName: coreftp.exe AppVer: 1.2.0.0 ModName: coreftp.exe
ModVer: 1.2.0.0 Offset: 000031f1
The program then exits.
When I log in from my linux box using sftp I see the directory listings normally, whether I log in via sftp to localhost or to my bsd system. Entries show up like:
sftp> ls -l .muttrc
-rw------- 0 1000 1000 124 Aug 20 07:52 .muttrc
I'm using coreftp 1.2 on WinXP. Remote hosts are FreeBSD 4.4 and RedHat 9.0. If any additional information would be helpful, let me know.