Zoomed Image

AMSX Scripting Language - Command : uploadfilesecure

Summary

Upload a local file to an authenticated URL

Description

Uploads the file specified by cmd to the FTP or HTTP URL in argument 0 using the supplied network credentials. File permissions are checked against the standard permitted folders list.

Parameters

ParameterDescription
cmdFile to upload
Argument 0URL to upload to
Argument 1username
Argument 2password

Syntax


UploadFileSecure "File to upload", "URL to upload to", "username", "password"

Return to the AMSX Command Reference