Click to See Complete Forum and Search --> : symbolic link over SSH?


viperlin
03-10-2003, 02:21 PM
i was just wondering if it is possible to create a symbolic link to a folder on my webserver (on local network)

it would be easyer to administer the site.

plus it would be kool
i know you can mount samba shares
i was wondering if you can do this with the SSH suite, that would be brilliant.

bwkaz
03-10-2003, 07:55 PM
You can use NFS. There are howto's floating around at TLDP and probably here as well. You would have to set up the web server as an NFS server as well.

AFAIK ssh doesn't allow remote file access like NFS; all it allows is copying files (scp/sftp) and remote logins (ssh).