I have a server that I'm allowed to connect to via FTP and SSH. But FTP is configured to use '/path/to/ftp/directory' as its root directory.
My problem is that Yummy FTP tries to cd to the current directory when I use SSH features like deleting directories and it doesn't know that the FTP root is not the actual filesystem root.
For example, if I have a directory named 'bin' inside my FTP-root and I want to delete it using SSH (because it's quicker), it will actually try to delete the real /bin which my FTP-user, fortunately, is not allowed to delete.
Is there any way to tell Yummy FTP to use a different to cd to as a base directory when making SSH connections? I tried setting my bookmark's base directory to '/path/to/ftp/directory', '/', '~' and '~/', none of which worked. Any other suggestions?