upload_sftp

Function

ArgDescriptionType
fileThe file to uploadOSPath (required)
nameThe name of the file that should be stored on the server (may contain the path)string
userThe username to connect to the endpoint withstring (required)
pathPath on server to upload file to (will be prepended to name)string
accessorThe accessor to usestring
privatekeyThe private key to usestring (required)
endpointThe Endpoint to use including port number (e.g. 192.168.1.1:22 )string (required)
hostkeyHost key to verify. Blank to disablestring

Required Permissions: FILESYSTEM_READ

Description

Upload files to SFTP.