i've searched the topics in here and on google, but i can't find anything on how to delete a file via ftp. there's gotta be something somewhere. does anybody know how to? any good links? thanks.
Printable View
i've searched the topics in here and on google, but i can't find anything on how to delete a file via ftp. there's gotta be something somewhere. does anybody know how to? any good links? thanks.
Hi,Quote:
Originally Posted by jonwondering
Here's a link how can be useful for deleting a file via ftp;
http://msdn2.microsoft.com/en-us/lib...z5(VS.80).aspx
Hope it helps,
sparrow1
thank you sparrow1.
Hi,Quote:
Originally Posted by jonwondering
If it solved your problem,mark your thread as resolved!
Wkr,
sparrow1
That link is aimed at C++/MFC development so it's not really applicable. In VB.NET you would use an FtpWebRequest object and set its Method property to WebRequestMethods.Ftp.DeleteFile.
ahh okay. i'll look into it. thanks jmcilhinney!