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
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