Re: [twsocket] RE2: FTPClient Get-Command-Problem on UNIX-Server

2005-03-29 Thread Mice Cage
;} Ftpclient1.connect; ftpclient1.cwd; FtpClient1.TypeSet; ftpclient1.get; FtpClient1.Quit; I know that Indy is easier, but FTPCLI is much better in my tool and more stable. THX for all Your help. I know that the truth is out there ;) ... hope we find it ... Mice Cage wrote: THX

Re: Re[4]: [twsocket] Is there a way to setup a value for maximal downloadspeed?

2005-04-10 Thread Mice Cage
Sorry but this was wrong. I found the solution: If X=0 Then Begin If ForceSleep Then begin Application.ProcessMessages; Sleep(x); end Else MsgWaitForMultipleObjects(0,msgHandles,False,X,QS_SENDMESSAGE); End; Application.ProcessMessages is the solution.