[AccessD] FTP to a web site
Stuart McLachlan
stuart at lexacorp.com.pg
Fri Mar 31 08:19:55 CDT 2023
On 31 Mar 2023 at 8:01, Jim Dettman via AccessD wrote:
> 1. Construct a batch file, and then use Shell() to call it.
> Personally, I like this approach as it gives you the flexibility to
> use the FTP client you want, and it's testable/debugable (you can type
> the commands manually on a command line, execute the batch file, etc).
> Only down side is you need an FTP client that can handle command line
> arguments.
>
The built in WIndows ftp.exe does that ('it's what I use)
But I use a ShellWait function rather than a simple Shell so it pauses until the FTP session is
finished.
More information about the AccessD
mailing list