To access a file from FTP Server
Hi All,
I hav a requirement where i have to download a file from an FTP server(Windows based). I'm able to list all the files that are there in the current directory of the FTP server using the command 'LIST'. the required file is present in that list. But whenever i tried accessing that particular file, it is saying that the file is not found. I identified an open issue in this. When i tried to identify whether it is a directory or a file from the list which is returned by the command LIST , I observed that it is not identified as a file (Directory starts with d, File starts with '-' etc). Can any one help me in resolving this issue. it wud b gr8 if anyone gives me the code for this requirement.
Any help wud b appreciated.
Thnx in Advance
Anil

