fluiday / macfuse

Automatically exported from code.google.com/p/macfuse
Other
0 stars 0 forks source link

Symlink points to local file system #216

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a symlink on the server
2. Mount with sshfs to the server 
3. Enter folder

What is the expected output? What do you see instead?
I expect that the symlink point to a folder on the server, instead a local
folder will be pointed.

What version of the product are you using? On what operating system?
MacFuse 0.4.0 SSHFS 0.3.0

Please provide any additional information below.

Original issue reported on code.google.com by tobias.r...@gmail.com on 12 Jun 2007 at 6:31

GoogleCodeExporter commented 9 years ago
> I expect that the symlink point to a folder on the server, instead a local
> folder will be pointed.

You expect incorrectly. The default behavior is to make a symlink look like a
symlink--not preevaluate it on the server. You can, however, cause the latter to
happen through the follow_symlinks option to sshfs. 

Original comment by si...@gmail.com on 12 Jun 2007 at 6:37