Skip to content

Missing overload for SftpClientUploadFileAsync that takes in a bool canOverride #1734

Description

@msschl

There is an overload public void UploadFile(Stream input, string path, bool canOverride, Action<ulong>? uploadCallback = null).

But in the async variant, there is no overload taking in the canOverride bool.

Please add an overload public Task UploadFileAsync(Stream input, string path, bool canOverride, CancellationToken cancellationToken = default)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions