Aug 22, 2011 #1 wannasee Computer Joined Aug 22, 2011 Messages 3 Location 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
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
Aug 22, 2011 #2 IRstuff Aerospace Joined Jun 3, 2002 Messages 44,895 Location US Unless you have privileges youcant TTFN FAQ731-376 Chinese prisoner wins Nobel Peace Prize Upvote 0 Downvote
Aug 22, 2011 Thread starter #3 wannasee Computer Joined Aug 22, 2011 Messages 3 Location GB Of course I have privialges, its my server. Upvote 0 Downvote
Aug 22, 2011 Thread starter #4 wannasee Computer Joined Aug 22, 2011 Messages 3 Location GB 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 Upvote 0 Downvote
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
Aug 22, 2011 #5 MiketheEngineer Structural Joined Sep 7, 2005 Messages 4,654 Location US Check with the guys over at Tek-tips.com - a sister site. They know their stuff. Upvote 0 Downvote