Copyright Digital Equipment Corp. All rights reserved.

Examples

   1.  $ DELETE/APPLICATION_PROTOCOL=FTAM /CONFIRM -
       _$ AMIGUITA::"/MAIN/SUB/FILE/EXT" <RET>
       Delete AMIGUITA::"/MAIN/SUB/FILE/EXT"? [N] <RET>

      This command allows you to review your deletion request(s)
      before they are executed. In this example, confirmation is
      denied and the file is undeleted.

   2.  $ DELETE/APPLICATION_PROTOCOL=FTAM /CONFIRM /LOG -
       _$ FREUNDE::"^VOL>MAIN>FILE", TEST.DAT;4 <RET>
       Delete FREUNDE::"^VOL>MAIN>FILE.EXT"? [N] Y<RET>
       %DELETE-I-FILDEL, FREUNDE::"^VOL>MAIN>FILE" deleted (1 block)
       Delete TEST.DAT;4? [N] N<RET>

      This command requests conformation about deleting the command
      deletes the remote file ^VOL>MAIN>TEST.DAT on FREUNDE and,
      receiving a positive response (Y), deletes that file. The
      command then requests conformation about deleting the local
      file TEST.DAT;4 and, receiving a negative response (N), leaves
      that file intact.