This site is hosted and sponsored by hyve.com specialists in Cloud Hosting UK and VMware Hosting. If you are interested in our services please call us for chat on 0800 612 2524
How to delete a file on Windows IIS Server using Persits ASPUpload.#
Created a page called hyve.txt in your webroot, also create a page called hyve.asp in your webroot, add the following code to it and surf to hyve.asp. The file hyve.txt should be deleted successfully
<%
Set Upload = Server.CreateObject("Persits.Upload.1")
Upload.LogonUser "", "ftpusername", "ftppassword"
Upload.DeleteFile server.mappath(".") & "\hyve.txt"
%>
Back to Persits ASPUpload
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This page (revision-1) was last changed on 07-May-2007 12:53 by UnknownAuthor