Recent content by SSharp

  1. S

    Question FTP communication

    I chose the batch file route because that is what I found while searching on ways to do this. Here is the link where i found this code: http://www.mvps.org/access/modules/mdl0015.htm I don't know what you mean by "use a library to automate the FTP tasks" - if you have an example that would be...
  2. S

    Question FTP communication

    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...
Back
Top Bottom