Dear all,
i have a web service that will be runned twice a day to publish some xml files into different ftp locations ( which we have passwords / username / server location).

this web service is supposed to retrieve data from database , create an xml file. after it finishes it should open ftp location : deletes all files at destination and then save the xml file to this location.

the problem is i have never dealed with FTP location , i dont know how to access ftp location from within vb. code / Delete content and of course save XMLdocument object to this location.

can anybody guide me through any articles to read or even tell me the mechanism in breif so that i can execute.


thank you