Results 1 to 3 of 3
Hi
I want to get real time data(flight data) from an FTP site. Is there any way to read the data from the file just as the data can be ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-26-2011 #1Just Joined!
- Join Date
- May 2009
- Posts
- 38
Ftp
Hi
I want to get real time data(flight data) from an FTP site. Is there any way to read the data from the file just as the data can be read from TCP stream?
If the file is downloaded and I want to get the current data from the file on the FTP site, how is this possible to start reading where I last read from?
It takes time to download a FTP file and have it current at the same time.
Can you give me some insight on this?
Thx
Simon
- 06-26-2011 #2
Not possible with ftp.
You can up/download a file as a whole, and that´s it.
Can you use nfs or cifs (only suitable for private nets or via vpn, imho)?You must always face the curtain with a bow.
- 06-26-2011 #3Just Joined!
- Join Date
- May 2009
- Posts
- 38
Ftp
I did some more research on the web and found out that there is a way to read data directly from FTP site but no real specific
For example mount remote FTP host a a local directories and read file in that directory.
Any light on this issue?
Thanks
Simon


Reply With Quote
