Versions in this module Expand all Collapse all v1 v1.48.0 Jun 15, 2019 GO-2026-5466 +1 more GO-2026-5466: Unauthenticated backend instantiation in github.com/rclone/rclone GO-2026-5596: Unauthenticated command execution in rclone rcd via inline remotes in github.com/rclone/rclone v1.47.0 Apr 13, 2019 GO-2026-5596 GO-2026-5596: Unauthenticated command execution in rclone rcd via inline remotes in github.com/rclone/rclone v1.46.0 Feb 9, 2019 GO-2026-5596 GO-2026-5596: Unauthenticated command execution in rclone rcd via inline remotes in github.com/rclone/rclone v1.43.1 Sep 7, 2018 Changes in this version + const BufferSize + type AsyncReader struct + func New(rd io.ReadCloser, buffers int) (*AsyncReader, error) + func (a *AsyncReader) Abandon() + func (a *AsyncReader) Close() (err error) + func (a *AsyncReader) Read(p []byte) (n int, err error) + func (a *AsyncReader) SkipBytes(skip int) (ok bool) + func (a *AsyncReader) WriteTo(w io.Writer) (n int64, err error)