Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > Communications > website -> log in -> download file ??


Reply
 
Thread Tools Display Modes
  #1  
Old 03-02-2003, 02:53 AM
Mzoom
Guest
 
Posts: n/a
Default website -> log in -> download file ??


Problem...

Program should download file from http://www.hattrick.org/, it should log in whit my username/password and download file from there..i know somehow how to download websites.. but this one needs login first and stay logged when getting file from there..

Any ideas how to log in there and download file?

Last edited by Mzoom; 03-02-2003 at 04:53 AM.
Reply With Quote
  #2  
Old 03-02-2003, 01:19 PM
rust710 rust710 is offline
Contributor
 
Join Date: Oct 2002
Location: Michigan, USA
Posts: 516
Default

Depends on the site. Some websites will set a cookie on the computer and will ask for that cookie to keep track of you or I think some keep track of IPs and some keep track of session IDs. So what you do is using HTTP protocol you login to your site. If it is using a session ID just send the session ID back when you request the file to download. If it is by IP then the server will keep track for you and send you the file. If by cookie then you must send the cookie back when you request the file.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation Problem - PLs help urgenlty dpdsouza Installation / Documentation 4 12-02-2004 07:09 PM
Download file thru proxy noricat Communications 1 02-20-2003 04:54 PM
Download File from http Izik7 Communications 2 02-13-2002 10:39 AM
making music continue GrimViper General 3 05-01-2001 10:40 AM

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->