A cleaner way of using FTP from Access would be to connect to the FTP from code and then do your transfer. Since it is in code you can use your VB code to change the file names easily.
The above can be accomplished using Windows API's. I do not have the sample code availble ATM so I suggest you search for API Guide on the web and download it. (Its a free, Windows API viewer that is much more robust than the one that comes with VB 5/6) Within API Guide search for FTP and there is a sample FTP App that you can steal the code out of. Just right a Function with the code you get and your all set.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.