Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DokanSSHFS symbolic link support #4

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 8 comments
Open

DokanSSHFS symbolic link support #4

GoogleCodeExporter opened this issue Mar 14, 2015 · 8 comments

Comments

@GoogleCodeExporter
Copy link

DokanSSH symbolic support

Original issue reported on code.google.com by asa...@gmail.com on 8 Sep 2008 at 3:05

@GoogleCodeExporter
Copy link
Author

Original comment by asa...@gmail.com on 8 Sep 2008 at 3:05

  • Changed title: DokanSSHFS symbolic link support

@GoogleCodeExporter
Copy link
Author

This would rate that higher!

Original comment by hdzi...@gmail.com on 23 Apr 2009 at 1:28

@GoogleCodeExporter
Copy link
Author

This would indeed be pretty interesting to have...
but it also opens some questions as to "how" this support should be 
implemented/presented...

now it could be to present the link as a "shortcut" (.lnk) file,... but this 
solution 
would probably render stuff needlessly complex.

the (symbolic) links could also be presented as "hardlinks" instead,... with 
over-
filesystem-support,... so the link is presented as the file/dir it points to.  
removing (over sshfs) this link... could remove the link.  
One could check with samba implementation on how this problem is resolved... 
for 
instance I believe there was an option for smbd that would - when smb-client 
was 
adjusting a "linked" file - to copy target file to link-file location, and 
replace 
link with that adjusted copy,... 

Original comment by ddeme...@gmail.com on 11 Sep 2009 at 8:40

@GoogleCodeExporter
Copy link
Author

Vista and higher support symbolic links on NTFS, this might be possible for 
Dokan too?
(although it needs to gracefully degrade on <Vista)
http://en.wikipedia.org/wiki/NTFS_symbolic_link

Original comment by nathan.z...@gmail.com on 12 Sep 2009 at 1:56

@GoogleCodeExporter
Copy link
Author

I think this is a priority enhancement, right now I can't use DokanSSHFS in my 
work because of this problem, I have to look at other options like NetDrive 
over FTP.

The hardlink presentation sounds good, though, maybe it could be presented as 
Junctions, which are the closest to sym links in Windows. 

Original comment by elgeorg...@gmail.com on 11 Aug 2010 at 12:29

@GoogleCodeExporter
Copy link
Author

Not using DokanSSHFS for symlink lack

Original comment by par...@gmail.com on 15 Nov 2010 at 7:02

@GoogleCodeExporter
Copy link
Author

sshfs has "-o follow_symlinks".
Why can't we?

DokanSSHFS is rather useless to me without this feature.
I guess I'm going back to using filezilla and X over ssh with putty. :/

Original comment by Clayton....@gmail.com on 19 Dec 2011 at 5:01

@GoogleCodeExporter
Copy link
Author

Perhaps Cygwin's method of handling symlinks on Windows could be used:

https://cygwin.com/cygwin-ug-net/using.html#pathnames-symlinks

Original comment by joseph.c...@gmail.com on 24 Feb 2015 at 4:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant