I've automounted four FTP directories with curlftpfs and two SFTP directories with sshfs in my /etc/fstab on Ubuntu Desktop 14.04.
When I open the /mnt folder in which all directories are mounted, already this operation (getting the list with the six folders) takes a long time. I analyzed this with tcpdump, and it turns out curlftpfs/sshfs has a huge overhead. In fact, it's not curlftpfs'/sshfs' problem. The problem is that the file explorer wants to know how many files there are in the directory, and keeps downloading lower directories.
I'm more interested in being able to select the folder quickly than in knowing from the higher level screen how many files there are one level lower. Is there a way to disable this 'feature'?
I'm using Nautilus, however, I'm open to other file managers if that would help.
