Re: [twsocket] Question: Does FTPCli creates a INI-file including theserverdata in cleartext?

2005-03-29 Thread Dan
No, that ini file is not created by ICS. Dan - Original Message - From: "Mice Carg" <[EMAIL PROTECTED]> To: "ICS support mailing" Cc: Sent: Tuesday, March 29, 2005 11:05 PM Subject: [twsocket] Question: Does FTPCli creates a INI-file including theserverdata in cleartext? THX for the B

[twsocket] Question: Does FTPCli creates a INI-file including the serverdata in cleartext?

2005-03-29 Thread Mice Carg
THX for the Binary-Tip. It works now. I have another Question. Does FTPCli creates a INI-file including the serverdata in cleartext? I'm using FTPCli in my program for a update-function. Some of the guys for who the program is told me that there should be a ini-file with includes the serverdata

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

2005-03-29 Thread Francois PIETTE
> 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-Command-Problem on UNIX-Server >

Re: [twsocket] FTPClient UNIX-Server - How to setup binary mode? - isthis the right way?

2005-03-29 Thread Arno Garrels
Mice Cage wrote: > I know now that I have to use the Typeset-Command. > I hope I placed it now at the right place: ftpclient1.cwd; {>}FtpClient1.TypeSet; Yes. Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listi

Re: [twsocket] SmtpCli problem with OnAttachContentType

2005-03-29 Thread Bevan Edwards
Hi Arno, I have just discovered a problem with the OnAttachContentType implementation in TSmtpCli and TSyncSmtpCli. When this property is assigned, as soon as InitUUEncode is called within TriggerGetData, the assignment to FOnAttachContentType is lost. Try current ICS release, SmtpProt.pas has be

[twsocket] FTPClient UNIX-Server - How to setup binary mode? - is this the right way?

2005-03-29 Thread Mice Cage
I know now that I have to use the Typeset-Command. I hope I placed it now at the right place: FtpClient1.HostName := HostNameEdit.Text; FtpClient1.Port := PortEdit.Text; FtpClient1.UserName := UserNameEdit.Text; FtpClient1.Password := P

Re: [twsocket] SmtpCli problem with OnAttachContentType

2005-03-29 Thread Arno Garrels
Bevan Edwards wrote: > I have just discovered a problem with the OnAttachContentType > implementation in TSmtpCli and TSyncSmtpCli. > > When this property is assigned, as soon as InitUUEncode is called within > TriggerGetData, the assignment to FOnAttachContentType is lost. Try current ICS rel

[twsocket] SmtpCli problem with OnAttachContentType

2005-03-29 Thread Bevan Edwards
Hi, I have just discovered a problem with the OnAttachContentType implementation in TSmtpCli and TSyncSmtpCli. When this property is assigned, as soon as InitUUEncode is called within TriggerGetData, the assignment to FOnAttachContentType is lost. The reason I need to use this is that I want t

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

2005-03-29 Thread Dan
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] RE2: FTPClient Get-Command-Pr

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

2005-03-29 Thread Mice Cage
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:

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

2005-03-29 Thread Francois Piette
> 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

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

2005-03-29 Thread Arno Garrels
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

Re: [twsocket] mget ont TFtpCli

2005-03-29 Thread Léo
Tks ... that works ... []'s Léo At 16:52 28/3/2005, you wrote: Do a list and then iterate thru the list to get each file. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Léo" <[EMAIL PROTECTED]> To: Sent: Monday, March 28, 2005 7:23 PM Subject: [twsocket] mget ont T

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

2005-03-29 Thread olivier-serveur
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

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

2005-03-29 Thread Mice Cage
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