SFTPClient.Operations.UploadFile (SFTP Client v1.4.6) View Source
A module that provides functions to upload files to an SFTP server.
Link to this section Summary
Functions
Uploads a file from the file system to the server.
Uploads a file from the file system to the server. Raises when the operation fails.
Link to this section Functions
Specs
upload_file(SFTPClient.Conn.t(), Path.t(), Path.t()) :: {:ok, Path.t()} | {:error, SFTPClient.error()}
Uploads a file from the file system to the server.
Specs
upload_file!(SFTPClient.Conn.t(), Path.t(), Path.t()) :: Path.t() | no_return()
Uploads a file from the file system to the server. Raises when the operation fails.