Hey there,
I just set up a vsftpd on my server using virtual users.
I figured out that the standard ftp root is /home/ftp. I can upload and download to there via gftp.
Now if I ssh to this server (as root on the server), create a new directory in /home/ftp, chown this new directory to ftp:ftp and after that mount a directory from a different server via sshfs to this new directory, the directory disappears in the listing of gftp.
If I try to access it manually by typing in the name, I get
550 Failed to change directory.
Can somebody help me with this ?

