Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simply need to know how to delete a file over FTP

Status
Not open for further replies.

wannasee

MIS
Aug 22, 2011
1
0
0
GB
I simply want to be able to delete a file via ftp.
What irritates me is, it is so easy to upload a file but so much harder to delete a file.

Please offer a simple way to delete a file over FTP using visual basic

Thank You in advance for any help offered :p



Look :( this is my code for uploading
My.Computer.Network.UploadFile("File to Upload", "FTP Server & File", "Username", "Password")

Can anyone plzzz show me how to delete a file via ftp with VB.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top