Hi,
Is it possible to copy/transfer a file to the webserver with the internet control?
I do not want to use ftp.
Regards,
Maurice
Hi,
Is it possible to copy/transfer a file to the webserver with the internet control?
I do not want to use ftp.
Regards,
Maurice
You can use
Then save the b() array to a file, not tested but should work :)Code:dim b() as byte
b() = inet1.OpenUrl("Http://bla.bla.bla/FileName.xxx", 1)
JeffB - hope it helps
Jeff,
The example you gave me is downloading a file from the webserver to a local drive.
What I want is to upload file(s) to a webserver automatically, so without interaction from the user.
Regards,
Maurice
hi
You can use itc.execute("ftp:\server","put filename destination")
this should work because i have used this.
I don't have to sample code, if u want it i will find and send it to you.,
regards
girish
Thanks for your anwer.
Do you also have an example without using ftp?
Regards,
Maurice