Re: [twsocket] TSslWSocketClient & Download

2011-10-21 Thread daniel legrand
Hi, Thanks for the response. First question, Do we have any ftps server demo project? Second question, Is it possible to change FTP port to for example 51200? Any demos for SSLFTPServer? I have done some FTP client stuff before but never done anything with the ftp server or sslftp server. tha

[twsocket] TSslWSocketClient & Download

2011-10-19 Thread daniel legrand
Hi, I am having server and client built with TSslWSocketClient & Server. I would like to to make client to download bunch of files from the server when it gets the command from the server. The command will be a list of the files to download. Is this possible? if yes, any ideas about how to do thi

Re: [twsocket] Undeclared identifier: 'TSslWSocket'

2011-09-16 Thread daniel legrand
ional defines for your project options. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be -Message d'origine- From: Daniel Legrand Sent: Friday, September 16, 2011 12:44

[twsocket] Undeclared identifier: 'TSslWSocket'

2011-09-16 Thread Daniel Legrand
Hi, I have just switched to DelphiXE and started to build my first project with ICS SSL Components. I can't run my project because it keeps giving me the following error, [DCC Error] Unit1.pas(16): E2003 Undeclared identifier: 'TSslWSocket' My project got nothing in it, it is just a test for maki