Creating a "shortcut" to a directory?
Is it possible to create a file that, when double-clicked on from a GUI FTP client, forwards you to a directory?
Here's what I'm trying to do. I have a user I just created with FTP access rights to /var/www/htdocs, however their homedir is /home/username. Obviously when they login with the FTP client they start from /home/username, and being completely new to linux they won't know how to browse out and to /var/www/htdocs. What I'd like to do is have a file in their homedir called WWW that when double-clicked takes them to /var/www/htdocs.
|