keepingbusy
Programmer
Hello
I found the FAQ faq184-3234 I have tried the coding for "*... FTPGet.PRG ...*"
Part of that is:
I have tried using:
I have also tried using:
I know the target address exists because we access this manually by typing in ftp://ftp.xxxxx.xxx/our_report in the address bar, then enter our user name and password.
Any suggestions please why I am receiving the message (as per the FAQ code):
Many thanks
I found the FAQ faq184-3234 I have tried the coding for "*... FTPGet.PRG ...*"
Part of that is:
Code:
DO ftpget WITH 'ftp.host', 'name', 'password', 'source.file', 'target.file'[, 1 | 2]
I have tried using:
Code:
DO ftpget WITH 'ftp://ftp.xxxxx.xxx/our_report', 'ourusername', 'ourpassword', 'ourfile.txt', '\savedfiles'
I have also tried using:
Code:
DO ftpget WITH 'ftp.xxxxx.xxx/our_report', 'ourusername', 'ourpassword', 'ourfile.txt', '\savedfiles'
I know the target address exists because we access this manually by typing in ftp://ftp.xxxxx.xxx/our_report in the address bar, then enter our user name and password.
Any suggestions please why I am receiving the message (as per the FAQ code):
Unable to connect to ftp.xxxxx.xxx/our_report
Many thanks