I've read that you can use the command shell ftp functionality to FTP files to a site
I've hunted around a bit on the internet, but so far haven't managed to find the VBA code syntax that I would need to run this.
Also, I'm wanting to FTP many files and from what I can make out I need to make Access wait until each command shell execution has run before I execute the net line. The following code sample;
lays out how to do this but without knowing the code to excute the command shell in the first place I'm not sure how I'd integrate the code to pause.
Am I even going in the right direction?
Thanks
I've hunted around a bit on the internet, but so far haven't managed to find the VBA code syntax that I would need to run this.
Also, I'm wanting to FTP many files and from what I can make out I need to make Access wait until each command shell execution has run before I execute the net line. The following code sample;
lays out how to do this but without knowing the code to excute the command shell in the first place I'm not sure how I'd integrate the code to pause.
Am I even going in the right direction?
Thanks