mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 01:46:31 +02:00
@@ -93,8 +93,9 @@ 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
|
||||||
|
Reference in New Issue
Block a user