[AccessD] FTP to a web site

Rocky Smolin rockysmolin2 at gmail.com
Fri Mar 31 12:21:05 CDT 2023


👍

On Fri, Mar 31, 2023 at 10:11 AM Stuart McLachlan <stuart at lexacorp.com.pg>
wrote:

> 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.
>
>
>
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> https://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>


More information about the AccessD mailing list