> I may well have some more questions soon on another little project
> based on the Overbyte FTP Server demo program.
Just make sure you start with the V7 FTP server this time, there are
numerous improvements and new commands over V5 and V6. I run in on my
public web site: ftp://www.magsys.co.uk
Back in the olden days the server did not support UTF-8, it just sent ASCII.
So as long as you knew what codepage it was using there was not a problem.
I'll see how it goes now having implemented the "Download To Stream" idea
instead of "Download To String".
I may well have some more questions so
This confirms the documentation I have: Only UTF8 is supported.
And I do use :
FtpClient1.CodePage := CP_UTF8;
As you indicated below.
Graham
-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Arno Garrels
Sent: 08 March 2010 16:16
T