Greetings,
Is there a way to connect KDB with FTP with username and password and retrieve data back to KDB?
I tried: system “curl ftp://username:password@xxx/path/to/.csv” but it failed.
Any help would be greatly appreciated!
Best,
Kelly
Greetings,
Is there a way to connect KDB with FTP with username and password and retrieve data back to KDB?
I tried: system “curl ftp://username:password@xxx/path/to/.csv” but it failed.
Any help would be greatly appreciated!
Best,
Kelly
It works for me:
q)system"curl -s ftp://ftp:x@rtfm.mit.edu/pub/arpaprob.txt""Date: Wed 1 Oct 86 12:41:40-EDT""From: Dennis G. Perry <PERRY@VAX.DARPA.MIL>""Subject: Congestion in the Arpanet"..
Check that your curl command works at the shell prompt.