NET::FTP to retrieve files over HTTP?

2001-09-11 Thread Craig Paterson
is this possible? or is there another library i should use? I looked at the HTTP library but can't see how you would do it and save the file. -- Craig Paterson [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Decoding URL-encoded strings..

2001-07-03 Thread Craig Paterson
digits, letters, and a few graphic symbols chosen from > those common to most of the character encodings and input >facilities available to Internet users: > > > >>> "Craig Paterson" <[EMAIL PROTECTED]> 07/03/01 10:06am >>> &g

Decoding URL-encoded strings..

2001-07-03 Thread Craig Paterson
Can someone tell me what function I can use to decode URL-encoded strings, eg. 3Dhttp%3A%2F%2Fwww.domain.com%2Fdummy%2Fdummyform.asp%3Fmode%3DDUMB Craig