RE: [DUG]: automated HTTP file uploads

2001-10-31 Thread John Christenhusz
://xxx.xx.xxx address? TIA John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Paul Ritchie Sent: Monday, 29 October, 2001 16:35 To: Multiple recipients of list delphi Subject: RE: [DUG]: automated HTTP file uploads There is an example (in Delphi 6

RE: [DUG]: automated HTTP file uploads

2001-10-31 Thread Paul Ritchie
John, can you possibly tell me how (after getting connected) to change to an ftp://xxx.xx.xxx address? I haven't used the TIdFTP component before, but maybe you need to call TIdFTP.Disconnect before changing the address, then Connect with the new address? Paul.

RE: [DUG]: automated HTTP file uploads

2001-10-31 Thread Sandeep
On 1 Nov 2001, at 10:55, Paul Ritchie wrote: John, can you possibly tell me how (after getting connected) to change to an ftp://xxx.xx.xxx address? I haven't used the TIdFTP component before, but maybe you need to call TIdFTP.Disconnect before changing the address, then Connect with

RE: [DUG]: automated HTTP file uploads

2001-10-22 Thread Paul Ritchie
Have you checked out the Indy components? If not, there is an example (in Delphi 6) in Delphi\Demos\Indy\HTTPClient using the Indy TIdHTTP component which might be relevant. Paul. --- New Zealand Delphi Users group -

RE: [DUG]: automated HTTP file uploads

2001-10-22 Thread Peter Hyde
Paul wrote: How about the component's Post method which is called in the btnGoClick method? Yes, I think you're right. The bPostFile-mediated logic is relevant --makes me wonder how the necessary content formatting is managed, but no doubt looking at the entire project will make that