UCX FTP PUT — VMS UCX_1.3
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 /CONFIRM
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 ["]]
/CONFIRM
/NOCONFIRM (default) This qualifier controls whether a request is issued before each individual transfer of local file during wildcard operation, to confirm that the operation should be performed on that file. Responses allowed for the prompt are: YES NO GO QUIT FORMAT: PUT/[NO]CONFIRM *.COM