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 read your home directory (just after the connect). Are y

Re: [twsocket] [FTPCli] reading directories problem

2005-08-30 Thread Artem Antonov
On Tue, 30 Aug 2005 16:01:58 +0200 olivier-serveur <[EMAIL PROTECTED]> wrote: > > Are you try 'passive ftp' ? > > Olivier > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://www.elists.org/mailman/listinfo/twsocket > Visit our website at http://www.over

Re: [twsocket] [FTPCli] reading directories problem

2005-08-30 Thread Guillaume MAISON
Artem Antonov a écrit : >>Hi, >> >>this is a problem with your FTP server, not the Ftp Client. >>it's the FTP server that generates the file list and >>manages all the files and directories stuff. >> > > Thanks. But strange thing: when I connect with another ftp client > (SmartFTP), I get to home

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] [FTPCli] reading directories problem

2005-08-30 Thread Artem Antonov
On Tue, 30 Aug 2005 15:25:24 +0200 Guillaume MAISON <[EMAIL PROTECTED]> wrote: > Artem Antonov a écrit : >> Hello! >> When I log on to remote host (Linux) via ftp protocol I get to root >> node (/), so I can view all directories. >> Why I can't get to my home directory at once I've connected? >>

Re: [twsocket] [FTPCli] reading directories problem

2005-08-30 Thread Guillaume MAISON
Artem Antonov a écrit : > Hello! > When I log on to remote host (Linux) via ftp protocol I get to root > node (/), so I can view all directories. > Why I can't get to my home directory at once I've connected? > Is it problem concerned with ftp server or with my program? Hi, this is a problem wit

[twsocket] [FTPCli] reading directories problem

2005-08-30 Thread Artem Antonov
Hello! I have such a problem: When I log on to remote host (Linux) via ftp protocol I get to root node (/), so I can view all directories. Why I can't get to my home directory at once I've connected? Is it problem concerned with ftp server or with my program? procedure TForm1.Connection; begin