Simply need to know how to delete a file over FTP
Simply need to know how to delete a file over FTP
(OP)
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
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
RE: Simply need to know how to delete a file over FTP
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
Chinese prisoner wins Nobel Peace Prize
RE: Simply need to know how to delete a file over FTP
RE: Simply need to know how to delete a file over FTP
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
RE: Simply need to know how to delete a file over FTP