Ticket #2634: mc cannot navigate over spftp servers
commit172f98a670b6205f363056c0f2c1d48c7d3bbe3a
authorSergey <sergemp@mail.ru>
Thu, 20 Oct 2011 11:11:22 +0000 (20 14:11 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Mon, 24 Oct 2011 17:49:51 +0000 (24 20:49 +0300)
tree6c7f5a6e178a6705d630fc6ad6ec8275faa0d4a5
parent72512cc334ba3264bd24785b58e5aeb8d0386cd0
Ticket #2634: mc cannot navigate over spftp servers

Some FTP servers like ftp.symantec.com and download.nvidia.com
do not support parameters in LIST command. They don't fail on
LIST -la ... just ignore them. So mc shows only root directory.
Always.

Steps to reproduce:
cd /#ftp:ftp.symantec.com/public

Expected result:
Content of /public/ directory shown.

Actual result:
Content of root / directory shown instead.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
lib/vfs/mc-vfs/ftpfs.c