Re: [twsocket] [FTPCli] reading directories problem

2005-08-30 Thread olivier-serveur
Artem Antonov a écrit : > On Tue, 30 Aug 2005 16:01:58 +0200 > olivier-serveur <[EMAIL PROTECTED]> wrote: > >>Are you try 'passive ftp' ? >> > Yes, > > FTPClient.Passive := True; > > It may have effect on connection result? no, when you rea

Re: [twsocket] [FTPCli] reading directories problem

2005-08-30 Thread olivier-serveur
Artem Antonov a écrit : > On Tue, 30 Aug 2005 15:25:24 +0200 > Guillaume MAISON <[EMAIL PROTECTED]> wrote: > Thanks. But strange thing: when I connect with another ftp client > (SmartFTP), I get to home directory. What is: ftp server differently > works with different ftp clients? Are you try

Re: [twsocket] FTP question

2005-07-20 Thread olivier-serveur
Arno Garrels a écrit : > It's the same with ethereal. Are you uncheck the : capture packet in promiscuous mode ? I see all the traffic. Olivier -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at htt

Re: [twsocket] FTP question

2005-07-20 Thread olivier-serveur
Arno Garrels a écrit : > I've tested some sniffers with and without WinPCap (W2K SP4), but they all > are not capable to capture local traffic (at least on my box). > Is this normal? Are you try : ethereal ? (www.ethereal.com/) And, are you try in passive mode ? Olivier -- To unsubscribe or ch

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