> Is this then the right way?
Looks good.
--
[EMAIL PROTECTED]
http://www.overbyte.be
- Original Message -
From: "Mice Cage" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Tuesday, March 29, 2005 4:42 PM
Subject: Re: [twsocket] RE2: FTPClient Get-C
Let me highlight part of the original reply
"you need to set the Binary property to TRUE or FALSE ***and call the method
TypeSet***"
Dan
- Original Message -
From: "Mice Cage" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, March 29, 2005 2:39 PM
Subject: [twsocket]
Is this then the right way?
Delphi7-Code:
FtpClient1.HostName := HostNameEdit.Text;
FtpClient1.Port := PortEdit.Text;
FtpClient1.UserName := UserNameEdit.Text;
FtpClient1.Password := PasswordEdit.Text;
FtpClient1.HostDirName:
> THX for Your reply. The problem is that I tried everything. I used Your
> FTPTest Sample (Ftptst.dpr). I used Binary and without Binary. Also Sync and
> Async. Same result.
Usually the problem is forgetting to call TypeSet. Setting the property Binary
to true is _not_
enough !
> Here my way I
Mice Cage wrote:
> THX for Your reply. The problem is that I tried everything. I used Your
> FTPTest Sample (Ftptst.dpr). I used Binary and without Binary. Also Sync
> and Async. Same
> result.
I think you haven't read down to the end of Francois' message.
> call the method TypeSet to send the ty
Mice Cage a écrit :
Here my way I did:
FtpClient1.HostName := HostNameEdit.Text;
FtpClient1.Port := PortEdit.Text;
FtpClient1.UserName := UserNameEdit.Text;
FtpClient1.Password := PasswordEdit.Text;
FtpClient1.HostDirName:= Hos
THX for Your reply. The problem is that I tried everything. I used Your
FTPTest Sample (Ftptst.dpr). I used Binary and without Binary. Also Sync and
Async. Same
result.
The File is a RAR-Archive-Part. So it is no text. I tested over 3 hours.
The filesize is 1500 Bytes using the filesize-comman