|
-
Jan 3rd, 2008, 02:16 PM
#1
Thread Starter
Addicted Member
File Downloader from rapidshare.com and filefactory.com
Hi im looking for example to download manager for rs.com and ff.com links for premium users(Login staff). Thx
-
Jan 3rd, 2008, 04:46 PM
#2
Banned
Re: File Downloader from rapidshare.com and filefactory.com
(in VB2008)to download a file:
My.Computer.Network.DownloadFile _
("http://www.google.com", _
"C:\googlepage.txt")
-
Jan 4th, 2008, 10:33 AM
#3
Thread Starter
Addicted Member
Re: File Downloader from rapidshare.com and filefactory.com
 Originally Posted by AlexVorn
(in VB2008)to download a file:
My.Computer.Network.DownloadFile _
("http://www.google.com", _
"C:\googlepage.txt")
I know that but i dont know how to integrate login information for premium users.
-
Jan 4th, 2008, 10:39 AM
#4
Re: File Downloader from rapidshare.com and filefactory.com
Have you read the documentation for the DownloadFile method? Do so and you should find that your question is answered.
-
Jan 4th, 2008, 12:14 PM
#5
Thread Starter
Addicted Member
Re: File Downloader from rapidshare.com and filefactory.com
 Originally Posted by jmcilhinney
Have you read the documentation for the DownloadFile method? Do so and you should find that your question is answered.
Thx i was check this :http://msdn2.microsoft.com/en-us/library/ack30t8y.aspx and http://msdn2.microsoft.com/en-us/library/ack30t8y.aspx
Inlode code
Code:
My.Computer.Network.DownloadFile _
("http://www.cohowinery.com/downloads/WineList.txt", _
"C:\Documents and Settings\All Users\Documents\WineList.txt", "anonymous", "password")
But its not working..(download only 5 kb and thats it, when file has 100 MB)
Im sorry for my questions but i m just begginer and some thinks are unclear for me. The best way how to explain smt to begginer is provide some small apllication with code.
Thx a lot for any reply...
-
Jan 4th, 2008, 01:12 PM
#6
Fanatic Member
Re: File Downloader from rapidshare.com and filefactory.com
ah.... the ever so elusive silver platter
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|