Shauna Haines
2004-10-25 22:46:54 UTC
I've run into a brick wall in the process of automating an ftp transfer
from within Paradox. I found a previous post or two that recommended using
execute() to run a batch file that conducts the ftp session. That seems
logical and straightforward. So I created a .bat file that calls ftp using
a .txt file that contains the ftp commands to open the port, give the
userid and password, navigate, do whatever transfer is necessary, and quit.
My problem comes not with the Paradox part but with the automated ftp part.
The Windows built-in ftp client can't use passive mode, which is required
to connect to the ftp server that we need to connect to. We don't have
control over the server or their firewall. Any suggestions for a different
ftp client or a way to script this directly from Paradox?
Thanks,
Shauna
from within Paradox. I found a previous post or two that recommended using
execute() to run a batch file that conducts the ftp session. That seems
logical and straightforward. So I created a .bat file that calls ftp using
a .txt file that contains the ftp commands to open the port, give the
userid and password, navigate, do whatever transfer is necessary, and quit.
My problem comes not with the Paradox part but with the automated ftp part.
The Windows built-in ftp client can't use passive mode, which is required
to connect to the ftp server that we need to connect to. We don't have
control over the server or their firewall. Any suggestions for a different
ftp client or a way to script this directly from Paradox?
Thanks,
Shauna