Glyph Posted December 4, 2006 Share Posted December 4, 2006 (edited) InetGet("Http://www.freewebs.com/theivs/Archives/","weee.zip", 1) All this does is create a dummy .zip file i want it to download the file off my site, but its creating its own file :/ Please help! Edited December 4, 2006 by backstabbed tolle indicium Link to comment Share on other sites More sharing options...
FuryCell Posted December 5, 2006 Share Posted December 5, 2006 (edited) Try: InetGet("Http://www.freewebs.com/theivs/Archives/weee.zip","downloaded.zip", 1) That will download it to a file called downloaded.zip InetGet ( "URL" [,"filename" [, reload [, background]]] ) filename [optional] Local filename to download to. It appears you were using improper syntax. Edited December 5, 2006 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code. Link to comment Share on other sites More sharing options...
Glyph Posted December 5, 2006 Author Share Posted December 5, 2006 Yea, i just fixed it thanks though! My friend helped me! tolle indicium Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now