Forum Discussion
markt
11 years agoRegular Visitor
Get Data from FTP site
Has anyone used PowerBI to Get Data from an FTP site? I basically just need to login and get a listing of files in the folders. I have a C# program that can do this, but I doubt Power BI can call a...
karolis_devyzis
9 years agoRegular Visitor
Hi, Andre,
Could you please help me? I am trying to connect to the same ftp adress you typed, but I receive the message "Details: "Web.Contents failed to get contents from 'ftp://ftp.2600.com/' (0): "
I am connecting through web as a data source.
BR,
Karolis
osinquinvdm
9 years agoAdvocate II
you need to specify the file, not just the ftp folder. e.g. ftp://ftp.2600.com/whatever.csv
- Anonymous9 years agoNot applicable
Thanks osinquinvdm
I was actually trying to access the whole ftp folder but I've discovered that this feature is not still available so you can only access ftp files trough the path to one file. (like you said)
How could I access several files in a ftp in the same query? Is the only option to create individual quearies and then append them all together?