Hello
I found the FAQ faq184-3234 I have tried the coding for "*... FTPGet.PRG ...*"
Part of that is:
DO ftpget WITH 'ftp.host', 'name', 'password', 'source.file', 'target.file'[, 1 | 2]
I have tried using:
DO ftpget WITH 'ftp://ftp.xxxxx.xxx/our_report', 'ourusername', 'ourpassword'...