copy a file to a web site

focus10

Registered User.
Local time
Today, 22:13
Joined
Mar 8, 2009
Messages
38
how can i copy a file (by vba) to a folder placed in a web site, using username and password

thanks
 
web site protocol is https
 
I think WinHTTP might be of help to you but unfortunately I can't offer any help on how to use it. Maybe someone else can elaborate?
 
Personally, I would do this manually.

The database could get corrupted of the transfer be incomplete and the web database would be compromised.

I usually, rename the transfer the new database to something with new in the name. Renane the existing database as sonething with old in the name and then rename the new database to the web version.

The larger the database, the less time for the database to be refreshed.

Simon
 

Users who are viewing this thread

Back
Top Bottom