Hi,
A third party source daily FTPs a zip file (which contains xml file) in a given folder on my application server. Right now, am manually FTPing the sender, download the zip file and extract xml out of it.
If i need to achieve all this programmatically using C#, how do I go about it? ie.I need to.... 1.FTP the sender 2.Download the file 3.Extract the xml and save it to my folder on app server.
Please help.
Thanks a ton!