UCX FTP PUT — VMS UCX_1.2
Transfers the local_file to the remote host. If the remote file specification is not specified, it defaults to the same name as that of the local_file. You may copy multiple remote files with a single PUT command. Separate each remote file specification with a "," or "+". Wildcard characters are allowed in the local file specification. The current setting of TYPE are used when transferring the file. FORMAT: PUT local_file [["] remote_file ["]] EXAMPLE: PUT local.tmp "rmttxt" ->ULTRIX host PUT local.tmp,remote.txt PUT local.tmp remote.txt ->VMS host PUT local.* OPTIONS: /FDL
Additional information available:
/FDL
Generates a FDL description file and transfers the local_file and this associated FDL to the remote host. This option should be used to preserve VMS specific file attributes. FORMAT: PUT/FDL local_file [["] remote_file ["]]