01-05-2006, 06:34 PM
I'm having a devil of a time trying to download a file from site that requires a login. I'm not if the error is my code or if it's something on the server side.
can you help me get this working using the forum's urls?
I'm trying to get text files from our server here, if that makes any difference to the "GetUrl" "GetFile" coding.
Thanks.
can you help me get this working using the forum's urls?
ClearOutput
str a
Http c.Connect("http://www.quickmacros.com/forum" "my id" "my password")
Http b.GetUrl("http://www.quickmacros.com/forum/profile.php?mode=editprofile" &a)
out a
I'm trying to get text files from our server here, if that makes any difference to the "GetUrl" "GetFile" coding.
Thanks.