Custom mount points in gvfs

Is there a way to attach gvfs mount to a custom directory? So instead of ~/.gvfs/sftp for leon on filezzzz.tim-online.nl/ something like: ~/mounts/filezzzz.tim-online.nl/?

I thought about using pam_mount but that lacks the nice gnome keyring integration.


I use a symlink named "MountedFolders" which points to ".gvfs".

Since you mentioned creating something with python, you could create a python program that uses inotify to monitor ".gvfs" and creates symlinks in "~/mounts"