Results 1 to 6 of 6

Thread: File Downloader from rapidshare.com and filefactory.com

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2008
    Posts
    162

    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

  2. #2
    Banned
    Join Date
    Jan 2008
    Posts
    79

    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")

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2008
    Posts
    162

    Re: File Downloader from rapidshare.com and filefactory.com

    Quote 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.

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Jan 2008
    Posts
    162

    Re: File Downloader from rapidshare.com and filefactory.com

    Quote 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...

  6. #6
    Fanatic Member TokersBall_CDXX's Avatar
    Join Date
    Mar 2003
    Location
    America
    Posts
    571

    Re: File Downloader from rapidshare.com and filefactory.com

    ah.... the ever so elusive silver platter
    Build your own personalized flash based chat room for your webpage for FREE! http://www.4computerheaven.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width