forked from TrueCloudLab/rclone
parent
50a3a96e27
commit
e8b92f4853
1 changed files with 2 additions and 1 deletions
|
@ -93,9 +93,10 @@ func (v vfsHandler) Filecmd(r *sftp.Request) error {
|
||||||
// link := newMemFile(r.Target, false)
|
// link := newMemFile(r.Target, false)
|
||||||
// link.symlink = r.Filepath
|
// link.symlink = r.Filepath
|
||||||
// v.files[r.Target] = link
|
// v.files[r.Target] = link
|
||||||
}
|
|
||||||
return sftp.ErrSshFxOpUnsupported
|
return sftp.ErrSshFxOpUnsupported
|
||||||
}
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
type listerat []os.FileInfo
|
type listerat []os.FileInfo
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue