|
-
Jan 7th, 2007, 06:15 PM
#1
Thread Starter
Hyperactive Member
[2005] delete file via ftp
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.
-
Jan 7th, 2007, 06:29 PM
#2
Re: [2005] delete file via ftp
 Originally Posted by jonwondering
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,
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
-
Jan 7th, 2007, 06:30 PM
#3
Thread Starter
Hyperactive Member
Re: [2005] delete file via ftp
-
Jan 7th, 2007, 06:37 PM
#4
Re: [2005] delete file via ftp
 Originally Posted by jonwondering
thank you sparrow1.
Hi,
If it solved your problem,mark your thread as resolved!
Wkr,
sparrow1
-
Jan 7th, 2007, 07:19 PM
#5
Re: [2005] delete file via ftp
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.
-
Jan 7th, 2007, 09:06 PM
#6
Thread Starter
Hyperactive Member
Re: [2005] delete file via ftp
ahh okay. i'll look into it. thanks jmcilhinney!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|