I am trying to post a .dat file to an FTP site using an Access form.
I can make this work if i run the steps manually, but need it to work in a .bat file so it is easy for the user.
Here is what I have so far:
1. In my Access form -
Call sFTP("Z:\ACImports\BatFiles\FTPCmd3.bat")
2. In the...