﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Ipswitch Forums / File Transfer / WS_FTP Professional  / how do you delete local files using ws_ftp scripting utility / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>Ipswitch Forums</description><link>http://forums.ipswitch.com/</link><webMaster>forums@ipswitch.com</webMaster><lastBuildDate>Thu, 04 Dec 2008 14:41:13 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: how do you delete local files using ws_ftp scripting utility</title><link>http://forums.ipswitch.com/Topic42174-6-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;The way to do a local delete is to use the "shell" command. This makes the script jump out to the windows environment and execute whatever you include. An example:&lt;br&gt;&lt;br&gt;shell del c:\temp\transfer\output\*.jpg&lt;br&gt;&lt;br&gt;Simply include this with whatever local location and file mask you need.&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;&lt;br&gt;D</description><pubDate>Fri, 13 Jun 2008 01:00:15 GMT</pubDate><dc:creator>dsacurtis</dc:creator></item><item><title>how do you delete local files using ws_ftp scripting utility</title><link>http://forums.ipswitch.com/Topic42174-6-1.aspx</link><description>I am trying to delete a local file on my PC using ws_ftp script... when in the ws_ftp dont we have ability to delete file that are on your local PC have have been able to copy files from local but not delete them...&lt;/P&gt;&lt;P&gt;USER suziemiller&lt;BR&gt;PASS miller&lt;BR&gt;connect MillerServer&lt;BR&gt;CD D:\myFilesRemote&lt;BR&gt;LCD C:\myFilesLocal&lt;BR&gt;MGET *.dat&lt;BR&gt;MDELETE *.dat&lt;BR&gt;CLOSE&lt;/P&gt;&lt;P&gt;but rather then deleting files on my local box it is deleting files on my remote server... where I just want to copy it and then delete it from the local box...</description><pubDate>Tue, 25 Mar 2008 15:02:19 GMT</pubDate><dc:creator>Johny</dc:creator></item></channel></rss>