On Tue, 17 May 2005 13:16:05 +0200
 "Francois Piette" <[EMAIL PROTECTED]> wrote:
does FTP Client works with TMemoryStream to store result of DIR command in memory instead of in local file?

Yes, use LocalStream property.

--
[EMAIL PROTECTED]
http://www.overbyte.be

Thanks, it works. What about TStringList? I use the following code:

var
   FTPClient: TFtpClient;
   FTPListStream: TStringStream;
   FTPListStreamString: String;

    FTPListStream := TStringStream.Create(FTPListStreamString);
    FTPClient.LocalStream := FTPListStream;

but I can't see data in LocalStream. Does TStringSteram supports by TFtpClient?

Thanks.

Best regards,
Artem Antonov.

--
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.overbyte.be

Reply via email to