I'm trying to read in a csv file from my ftp server. The link looks something like:
ftp://192.168.5.11/N2/CB/data.txt
However, d3 doesn't like it.
In chrome I get the following error:
XMLHttpRequest cannot load ftp://192.168.5.11/N2/CB/data.txt. Cross origin requests are only supported for HTTP.
I have a large amount of data files ~12GB and the ftp server is the most convenient way for me to store my data online
Any ideas on how to fix this?