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
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
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
Look
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