Hi,
When I download a file with httputils2 where can I find the file after download?
The code above run without error but I can not find the test.zip file
Mogens
B4X:
job4.Initialize("Job4", Me)
job4.Username = "xxx"
job4.Password = "yyy"
job4.Download([URL]http://www.url.dk/test.zip)[/URL]
When I download a file with httputils2 where can I find the file after download?
The code above run without error but I can not find the test.zip file
Mogens