how do you delete local files using ws_ftp scripting utility

To the Ipswitch web site

Ipswitch Forums
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



how do you delete local files using ws_ftp scripting utilityExpand / Collapse
Author
Message
Posted 3/25/2008 3:02:19 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 5/7/2008 11:05:03 AM
Posts: 8, Visits: 16
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...

USER suziemiller
PASS miller
connect MillerServer
CD D:\myFilesRemote
LCD C:\myFilesLocal
MGET *.dat
MDELETE *.dat
CLOSE

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...

what is the command to delete files from local directory I tried the below but it doesnt work...

connect server
LCD C:\folder
MDELETE C:\folder\file.xml
CLOSE

Post #42174
Posted 6/13/2008 1:00:15 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 6/18/2008 9:28:05 PM
Posts: 2, Visits: 2
Hi,

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:

shell del c:\temp\transfer\output\*.jpg

Simply include this with whatever local location and file mask you need.

Cheers,

D
Post #44584
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Dave, Mark Singh, kevin r gillis, Jason Benton, Brandon Felger, Ben Henderson, Tripp Allen, Will Sansbury, Hush, FTPplanet.com, Hugh Garber, WUP-PM, mmulryan@ipswitch.com, mswimm

PermissionsExpand / Collapse

All times are GMT -5:00, Time now is 5:33pm

Powered By InstantForum.NET v4.1.4 © 2008
Execution: 0.094. 7 queries. Compression Enabled.