Operating System - OpenVMS
1752802 Members
5789 Online
108789 Solutions
New Discussion

Re: How to delete files from FTP site

 
SOLVED
Go to solution
Karl Rohwedder
Honored Contributor

Re: How to delete files from FTP site

Here's the syntax:

define syntax DELETE_FTP
image OPENVMS$FTPDEL
parameter P1, prompt="File"
value (type=$infile)
qualifier ANONYMOUS, nonnegatable
qualifier DIRECTORY
qualifier LOG
qualifier VERBOSE

regards kalle