Put VI

Owning Palette: WebDAV Synchronous VIs

Requires: Full Development System

Uploads a file to a remote WebDAV server or target. You must manually select the polymorphic instance you want to use. This VI times out if it exceeds the timeout value of the session that you set in the Open Session VI.

Use the pull-down menu to select an instance of this VI.

 Add to the block diagram  Find on the palette

Put Buffer

Note Note  This instance uploads the raw binary string contents you specify in data to the file you specify in relative uri on the WebDAV server.

session handle specifies the unique reference to the WebDAV session.
relative uri specifies the uniform resource identifier (URI) of the file or directory relative to the host uri prefix that you wire to the Open Session VI. A URI can be a uniform resource locator (URL), a uniform resource name (URN), or both. Format relative uri as directory/subdirectory/filename.
data specifies the contents of the file in raw binary data format.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
session handle out returns the unique reference to the WebDAV session.
error out contains error information. This output provides standard error out functionality.

Put File

Note Note  This instance uploads the file you specify in local file path to the WebDAV server.

session handle specifies the unique reference to the WebDAV session.
relative uri specifies the uniform resource identifier (URI) of the file or directory relative to the host uri prefix that you wire to the Open Session VI. A URI can be a uniform resource locator (URL), a uniform resource name (URN), or both. Format relative uri as directory/subdirectory/filename.
local file path is the local path to the file you want to upload.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
session handle out returns the unique reference to the WebDAV session.
local file path out returns the local path to the directory where the file you upload is located.
error out contains error information. This output provides standard error out functionality.