> Relative symlinks, for example symlinks to files in the same directory are
> not readable. I get an error "Operation not permitted".
> 
> Example:
> 
> [EMAIL PROTECTED]:~$ ssh s touch a
> [EMAIL PROTECTED]:~$ ssh s ln -s a b
> [EMAIL PROTECTED]:~$ ssh s ls -l b
> lrwxrwxrwx   1 cek      gi             1 Mar 16 08:25 b -> a
> [EMAIL PROTECTED]:~$ mkdir s
> [EMAIL PROTECTED]:~$ sshfs s: s
> [EMAIL PROTECTED]:~$ ls -l s/b
> ls: cannot read symbolic link s/b: Operation not permitted
> lrwxrwxrwx 1 4627 4600 1 2007-03-16 08:25 s/b
> 
> Since they are relative they should be readable.
> 
> Mounting with -o workaround all doesn't fix this.

My guess is that this is an old/different sftp-server than the usual
one supplied in OpenSSH.  Can please send the output of:

  sshfs -odebug,sshfs_debug,loglevel=debug s: s &
  ls -l s/b

Thanks,
Miklos



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to