Skip to content

Method PutFileAsync

Namespace: Belay.Core
Assembly: Belay.Core.dll

PutFileAsync(string, string, CancellationToken)

Simplified file upload - basic implementation.

csharp
public Task PutFileAsync(string localPath, string remotePath, CancellationToken cancellationToken = default)

Parameters

localPath string

remotePath string

cancellationToken CancellationToken

Returns

Task

Released under the Apache License 2.0.