InetTransferLib variable HTTP download call

  • Thread starter Thread starter Publisher via AccessMonster.com
  • Start date Start date
P

Publisher via AccessMonster.com

I have created a form in a database that uploads backup files to an ftp
server. Got the uploads going fine but I cannot figure the code to create a
variable call to the server to download the backup files

the line in the code is

Const conTARGET = "http://***.***.***.***/'" & [filename] & "'"

but it wants a constant (I assume due to the Const at the beginning of the
line [vbnoob]), but I am stuck on what it should say

any help would be appreciated
 
ah... got it never mind

just passed the variable in the

..HttpURL =

line further down in the code
 
ah... got it never mind

just passed the variable in the

..HttpURL =

line further down in the code
 
Back
Top