Reading XML file from FTP server
Hi! I have a task, to read XML file from FTP server (data output in the table). My implementation is not the best: file is downloaded to hard drive and then it is read from given path, for example 'C:/something.xml'. Personally I don't like it, but I couldn't find better solution. I guess there should be options to save file to RAM and and then to read it from RAM, or may be directly from FTP. I will appreciate your opinion and advice.