VMS Help COPY, /FTP, Qualifiers *Conan The Librarian (sorry for the slow response - running on an old VAX) |
1 - /ANONYMOUS
Causes an anonymous access to the remote node or nodes. /ANONYMOUS is the default remote access. The password passed to the remote node should be in the form of "user@fullyqualifiednodename".
2 - /ASCII
Used to identify an ASCII file (text file). /ASCII is the default.
3 - /BINARY
Required to identify binary files.
4 - /FDL
This qualifier is optional. Causes interaction with an FDL (file definition language) file. If the file is being copied to the local OpenVMS system, a remote FDL file is sought and interpreted for the operation. If the file is being copied outside the local OpenVMS system, an FDL file is generated and copied in addition to the requested file. If the /FDL qualifier is specified and the vendor application does not support it, a warning message may be issued.
5 - /LOG
Displays a message at SYS$OUTPUT when a file is transferred.
6 - /NOSTRUVMS
Used to explicitly disable the negotiation of STRU OpenVMS transfers. Otherwise, some servers will immediately abort when negotiating the feature.
7 - /VERBOSE
/VERBOSE /NOVERBOSE Specifies whether all messages (including banner messages) are to be displayed on the terminal. By default, disables the display of the messages.
|