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