TCPIP$FTP_HELP.HLB  —  DELETE  Examples
    1.FTP> DELETE [MAIN.BRANCH]*.*;*
      250 DELE of [MAIN.BRANCH]*.*;* successful.

      Deletes all files in the remote OpenVMS directory
      [MAIN.BRANCH].

    2.FTP> DELETE/DIRECTORY BRANCH.DIR;1
      250 RMD command successful.

      Deletes the directory [MAIN.BRANCH].

    3.FTP> DELETE "/users/venture/carton"
      250 DELE command successful.

      Deletes UNIX file with path name /users/venture/carton.

    4.FTP> mdelete /bids/west/january97/c*
      250 DELE command successful.
      250 DELE command successful.
      250 DELE command successful.

      Deletes three UNIX files starting with the letter "c" from
      directory /bids/west/january97. Note that the messages
      generated depend on the server. For example, for an OpenVMS
      server, messages would specify the names of the files deleted.
Close Help