Discuss this help topic in SecureBlackbox Forum
Uploads stream contents to the remote file.
Declaration
Parameters
- LocalStream - local stream to be uploaded
- RemoteFileName - remote name of the uploaded file
- Mode - specifies what to do if the file with the same name already exists
- RestartFrom - can be used to resume broken transfer operation.When RestartFrom is set to non-zero positive value, the file being transferred is read starting from RestartFrom position and is written also starting from RestartFrom position.
Values
Description
Use this method to upload contents of the stream and store them as a file on the server.
Discuss this help topic in SecureBlackbox Forum