[Newbies] RE: classes and code snippets to download a web page

Casey Ransberger casey.obrien.r at gmail.com
Sun May 26 00:40:57 UTC 2013


I think WebClient is a part of the WebServer package on SqueakSource. 

CC Ron who might know more about current events. 

I've used it to do web-service style back end stuff but that's the limit of my experience with it. 

Also worth noting, I'm on a lot of mailing lists, which can cause messages to scroll past without my noticing them. Feel free to CC me on further dialogue in addition to the beginners list, and I will help if I can. 

Casey

On May 25, 2013, at 9:28 AM, Joseph J Alotta <joseph.alotta at gmail.com> wrote:

> I cannot find the WebClient class.  There needs to be a way to insert login information.
> 
> Remember you are talking with a beginner here.
> 
> Can someone please post a working snippet of code?
> 
> 
> Sincerely,
> 
> Joe.
> 
> 
> 
>> Greetings,
>> 
>> I am looking for classes and code snippets to download a statement from my mutual fund company.
>> 
>> It would have to login, submit the password and then download from a link.
>> 
>> Does anyone have code that does this?
>> 
>> 
>> Sincerely,
>> 
>> Joe.
>> 
>> 
>> Hi Joe,
>> 
>> 
>> 
>> Have a look at WebClient httpGet:
>> 'http://yourAddress.com/yourLinkToDownload'
>> 
>> 
>> 
>> It handles everything you need.
>> 
>> 
>> 
>> All the best,
>> 
>> 
>> 
>> Ron Teitelbaum
> 
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners


More information about the Beginners mailing list