<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to delete files from FTP site in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163948#M14396</link>
    <description>Under our VMS 7.2 system, FTP was not configured properly for COPY/FTP to work. Since the upgrade to 8.3, the syntax works, so now we are experimenting with it.  Thanks for the tip, DELETE/FTP works too, I was confused because it wasn't documented.  We had previously been using FTP/input= for a script file, but this didn't provide error traping for each individual step, like the copy and delete commands will.  Thanks for all the help.&lt;BR /&gt;&lt;BR /&gt;John</description>
    <pubDate>Wed, 19 Mar 2008 15:23:30 GMT</pubDate>
    <dc:creator>John T. Farmer</dc:creator>
    <dc:date>2008-03-19T15:23:30Z</dc:date>
    <item>
      <title>How to delete files from FTP site</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163942#M14390</link>
      <description>After a recent upgrade to VMS 8.3, I began experimenting with COPY/FTP for moving files between our two Alpha servers.  Is there a simple way, besides using FTP script, to delete a file from an ftp server, either VMS or Windows?  COPY/FTP for transfering files is preferred because I think it provides better error checking capability for DCL scripting.  However, many times we want to move a file (copy &amp;amp; delete the source).&lt;BR /&gt;&lt;BR /&gt;Thanks for your input,&lt;BR /&gt;&lt;BR /&gt;John (john dot farmer at genworth dot com)</description>
      <pubDate>Tue, 18 Mar 2008 17:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163942#M14390</guid>
      <dc:creator>John T. Farmer</dc:creator>
      <dc:date>2008-03-18T17:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete files from FTP site</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163943#M14391</link>
      <description>Sounds as if you want RENAME /FTP.&lt;BR /&gt;&lt;BR /&gt;I did add a remote-delete-after-fetch option&lt;BR /&gt;to wget for a user once (classy user&lt;BR /&gt;interface: "if (getenv( "WGET_FTP_DELETE") !=&lt;BR /&gt;NULL)"), but it's not in any released kit.&lt;BR /&gt;Let me know if you're that desperate for a&lt;BR /&gt;good time, and I can put the files somewhere.</description>
      <pubDate>Tue, 18 Mar 2008 18:02:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163943#M14391</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-03-18T18:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete files from FTP site</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163944#M14392</link>
      <description>I'd asked the HP TCP/IP Services team about DELETE /FTP, it's one of various obvious omissions from the available commands.  The lack of RENAME /FTP being another.  (I hope they're working on it, as well as on COPY /SFTP and friends.)&lt;BR /&gt;&lt;BR /&gt;DELETE /FTP is available under Process Multinet.  Here's an OpenVMS Alpha V8.3 box running Multinet:&lt;BR /&gt;&lt;BR /&gt;$ delete/ftp 10.254.254.254::file.bogus&lt;BR /&gt;10.254.254.254: %MULTINET-F-EHOSTUNREACH, No route to host&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;With the HP TCP/IP Services, the existing rexec, rsh and ssh mechanisms are all potential options here.  (In general, sftp is both far better and far safer than ftp, particularly on an open IP network.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If the remote FTP server can run DECnet-Plus, you can configure and use DECnet over IP.&lt;BR /&gt;&lt;BR /&gt;FWIW, the command COPY /FTP has been around since V6.2.  It's not new with V8.3.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Mar 2008 18:14:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163944#M14392</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-03-18T18:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete files from FTP site</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163945#M14393</link>
      <description>John, Hoff,&lt;BR /&gt;&lt;BR /&gt;I tested $delete/ftp on VMS V8.3 and TCP/IP Services V5.6 ECO2 and it does work.  There is no help for delete/ftp however.&lt;BR /&gt;$delete/ftp remote.domain.com"username password"::y.obj;*/log&lt;BR /&gt;%TCPIP-S-FTP_FILDEL, Y.OBJ;* deleted&lt;BR /&gt;&lt;BR /&gt;Bill&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Mar 2008 19:23:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163945#M14393</guid>
      <dc:creator>Bill Hall</dc:creator>
      <dc:date>2008-03-18T19:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete files from FTP site</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163946#M14394</link>
      <description>John, Hoff,&lt;BR /&gt;&lt;BR /&gt;Unfortunately, further testing shows that they did not add support for RENAME/FTP.&lt;BR /&gt;&lt;BR /&gt;Bill</description>
      <pubDate>Tue, 18 Mar 2008 19:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163946#M14394</guid>
      <dc:creator>Bill Hall</dc:creator>
      <dc:date>2008-03-18T19:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete files from FTP site</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163947#M14395</link>
      <description>John,&lt;BR /&gt;I do not have access to my 8.3 system at this instant, but there is a command line option to specify an alternate source for command lines.&lt;BR /&gt;&lt;BR /&gt;This file can contain all of the normal FTP commands in sequence. The FTP command itself has USER, PASSWORD, and other options that are useful in this context.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Tue, 18 Mar 2008 21:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163947#M14395</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-03-18T21:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete files from FTP site</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163948#M14396</link>
      <description>Under our VMS 7.2 system, FTP was not configured properly for COPY/FTP to work. Since the upgrade to 8.3, the syntax works, so now we are experimenting with it.  Thanks for the tip, DELETE/FTP works too, I was confused because it wasn't documented.  We had previously been using FTP/input= for a script file, but this didn't provide error traping for each individual step, like the copy and delete commands will.  Thanks for all the help.&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Wed, 19 Mar 2008 15:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163948#M14396</guid>
      <dc:creator>John T. Farmer</dc:creator>
      <dc:date>2008-03-19T15:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete files from FTP site</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163949#M14397</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;FTP/INPUT=, done one command at a time will probably return the correct status information.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 19 Mar 2008 15:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163949#M14397</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-03-19T15:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete files from FTP site</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163950#M14398</link>
      <description>May be you can do&lt;BR /&gt;$ backup/lo/del remote"user pass"::file.txt file.bck/sav&lt;BR /&gt;and then&lt;BR /&gt;bac/lo fil.bck/sav &amp;lt;&amp;gt;&lt;BR /&gt;Highly inefficient if you have many files :-(&lt;BR /&gt;&lt;BR /&gt;I am afraid with remote backup, you must have a save-set on one side, so you can do&lt;BR /&gt;$ backup/lo a.bck/sav remote"user pass"::*.*&lt;BR /&gt;or&lt;BR /&gt;$ backup/lo *.* remote"user pass"::a.bck/sav&lt;BR /&gt;&lt;BR /&gt;but I think not&lt;BR /&gt;$ backup/lo/dele remote"user pass"::a.txt a.txt&lt;BR /&gt;&lt;BR /&gt;However, I write all that without a Vms node available.</description>
      <pubDate>Wed, 19 Mar 2008 15:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163950#M14398</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2008-03-19T15:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete files from FTP site</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163951#M14399</link>
      <description>TCP/IP Services has DELETE /FTP now?  Cool.  &lt;BR /&gt;&lt;BR /&gt;Wonder when that snuck in?  Interesting.  &lt;BR /&gt;&lt;BR /&gt;It's not documented anywhere I could find with some concerted Google digging.  (The most obvious |site:hp.com "delete /ftp"| search turns up zilch.)&lt;BR /&gt;&lt;BR /&gt;Process, on the other hand, has it listed.&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Mar 2008 17:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163951#M14399</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-03-19T17:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete files from FTP site</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163952#M14400</link>
      <description>Here's the syntax:&lt;BR /&gt;&lt;BR /&gt;define syntax DELETE_FTP&lt;BR /&gt;   image OPENVMS$FTPDEL&lt;BR /&gt;   parameter P1, prompt="File"&lt;BR /&gt;      value (type=$infile)&lt;BR /&gt;   qualifier ANONYMOUS, nonnegatable&lt;BR /&gt;   qualifier DIRECTORY&lt;BR /&gt;   qualifier LOG&lt;BR /&gt;   qualifier VERBOSE&lt;BR /&gt;&lt;BR /&gt;regards kalle</description>
      <pubDate>Thu, 20 Mar 2008 05:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-delete-files-from-ftp-site/m-p/4163952#M14400</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2008-03-20T05:19:31Z</dc:date>
    </item>
  </channel>
</rss>

