[twsocket] FTPClient and strange behaviour

2006-07-02 Thread Markus Humm
Hello, I'm using D2006, ICS 5 (from the Partner DVD) and Windows XP professional with a lightwight FTP-Server. I'm writing some application which is to be used to maintain a website later and for this a html-file is created on the local PC and should be transferred to the webserver using FTP. I

[twsocket] THttpCli v6 - Relocation Problem

2006-07-02 Thread Angela Kaylen
Hi, i have been using V5 so far, and today ive updated to V6. But now this simple Function doesnt work anymore. FollowRelocations is true and MaxLocations is set to 5. Also tried the newest beta version but same result with it. Neither head() or Get() works, its just hangs and is busy. But its o

Re: [twsocket] FTPClient and strange behaviour

2006-07-02 Thread Arno Garrels
Markus Humm wrote: > When I try to delete the file I want to send first from the FTP server > it always says it has been deleted, but the file is still in the > directory of the server?! What's happening there? The statuscode sent > back by the server is 250. > > When I try to send my file to the

[twsocket] smtpclient sharemode

2006-07-02 Thread kaythorn
As well as looking everywhere I can think of I have searched the entire disk for the text 'sharemode' but have been unable to find the instructions for removing it. Could you be more specific? Roland Couvela Date: Fri, 23 Jun 2006 09:20:29 -0300 From: "Marcelo Grossi" <[EMAIL PROTECTED]> Subje

Re: [twsocket] smtpclient sharemode

2006-07-02 Thread Arno Garrels
>> On recompiling my program I get an error message reading >> "SmptClient.ShareMode Property does not exist" Published property ShareMode is in the component since it uses a TFileStream (2003). Make sure your program uses correct version of SmtpProt.pas, and rebuild all. --- Arno Garrels [TeamI