Ticket #2634: mc cannot navigate over spftp servers
commit2cd6dbfb53db259aa28400c424a701111f008217
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:54:33 +0000 (24 20:54 +0300)
tree0c652442cdef52da604ad177ebc755acad58edab
parent9bbcfaedd24f03f2faccca33753c3f39ee43a5e1
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>
src/vfs/ftpfs/ftpfs.c