Adding FTP Upload file capability to sweep function in Microsoft Access

joe789

Registered User.
Local time
Today, 20:40
Joined
Mar 22, 2001
Messages
154
Hi Folks,

I have created a file sweeping program in Microsoft Access via VBA in a few modules. The program simply reads certain files in certain directories, and determines if, when, and where to copy those files based on certain user inputs.

One of the features I would like to add would be to upload the files that meet that criteria to a conventional FTP server requiring a username and password. However, the last few days of research all tells me that it is not possible to perform FTP functions in Microsoft Access or in VBA.

I am just wondering if that statement is really true? I figure the worse case is that windows has its own version of FTP.exe that you can execute in a DOS window ... would one be able to perhaps create a command line execution via VBA? Any simple ideas or is it not worth the trouble trying to FTP upload some files via Microsoft Access with VBA?


Thank you very much,

Joe
 
I'm sure its possible but you would probably have to make so API calls. I will research it tonight.
 

Users who are viewing this thread

Back
Top Bottom