Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
https
#1
i'm trying to get a file off of an https webserver.
and this code doesnt work. am i implementing it correctly?


Code:
Copy      Help
Http h.Connect("web.server.name" "id" "pw")
str s
h.FileGet("/file/name.TXT" s)
s.setfile("c:\qm\name.TXT")
An old blog on QM coding and automation.

The Macro Hook
#2
click Connect and look at the status bar
#3
the change below didnt help either.
it may be firewall rules if this code should work.

thanks

Code:
Copy      Help
Http h.Connect("web.server.name" "id" "pw" 443)
str s
h.FileGet("/file/name.TXT" s)
s.setfile("c:\qm\name.TXT")
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)