Indeed, quite straightforward : 1. Create an FTPWebRequest to the FTP url. 2. Get the ResponseStream from this FTPWebRequest. 3. Write bytes from the ResponseStream to the output FileStream using a buffer as intermediary.
Short sample : http://aspalliance.com/1187_Building_a_Simple_FTP_Application_Using_C_20.3 On Oct 10, 11:54 pm, S <[email protected]> wrote: > Wouldnt you just read it like any other file on your local storage. I > mean if you have the access to the file and know where it is, you just > tell your page to go and look up the file, read it in the memory and > do whatever you want with the data from the file. If you have > manipulate the file, do it and then overwrite the file or whatever it > is you have to do. > > I think that should be pretty straight forward process. > > On Oct 8, 10:20 am, Manish <[email protected]> wrote: > > > > > Hi All, > > > i've xml file as a datasource which is located in the ftp server. I > > want to read content for XML file from my asp.net application. Is > > there utility for reading content of XML file of ftp server. and how > > to pass path name of ftp server.- Hide quoted text - > > - Show quoted text -
