Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The file transfer configuration format is XML For details about the format see the YADE - Reference Documentation - XSD Schema Reference article.

Examples

Get list of available File Transfer configurations

...

  • The -Name argument specifies the name of the file transfer configuration.
  • The -Configuration argument specifies an XML object that holds the file transfer configuration in XML format.
  • The example below uses an empty configuration, for available XML elements see YADE - Reference Documentation - XSD Schema Reference.

Code Block
languagepowershell
titleRead a file transfer configuration
linenumberstrue
[xml] $xml = '<?xml version="1.0" encoding="UTF-8" standalone="no" ?><Configurations/>'
Set-JS7FileTransferItem -Name sample21 -Configuration $xml

...