[Contents] [Prev] [Next] [Index] [Report an Error]

Exporting Files to a Remote Server

Use the JUNOScript file-put command to transfer files within an existing remote JUNOScript connection. The basic syntax for using the file-put command is as follows:

<rpc>
<file-put>
<filename>value</filename>
<encoding>value</encoding>
<permission>value</permission>
<delete-if-exist />
<file-contents>file</file-contents>
</file-put>
</rpc>

The following attributes are used with the file-put command. These attributes can be placed in any order with the exception of the file-contents attribute. The file-contents attribute must be the last attribute used with the file-put command.


[Contents] [Prev] [Next] [Index] [Report an Error]