> Hello, I could use the component TWSocketServer based on this
> example: http://edn.embarcadero.com/br/article/20465
> now it seems to be working perfectly connecting to POS terminals
That article was written by Francois, so I'm sure it's fine. I doubt
it's any different to the existing ICS de
> Also informing you that as far as Excludes are concerned the option
> you have given suits me well
I realised it would help me as well. When I synchronise my local web
sites with my public server using delete old files, the ICS SVN files all
disappear since they are generated by scripts on the
> 1) In case I have to upload some data (eg: 5GB). How can I get to
> know approximately how much time it will take ?
Use CopyEvent, LogLevelProg gives you an ASCII string every couple of
seconds showing how much has been transferred and the total size.
Unfortunately from your perspective, the re
> Hello, the protocol used is TCP,
TCP/IP is a transmission mechanism, not a protocol, those are commonly
named HTTP, FTP, SMTP, etc.
> the POS terminal sends to the server is a
> string of ASCII characters like this
> "ACTION=VENDA&ID_TERMINAL=528-533-378&ID_EVENTO=1579&ID_SETOR=00
> 018087
> Could use ThrdServer example, the problem was solved with
> "WSocketServer1.Banner: ='';" now I can not receive data, by
> setting longer just LINEMODE = FALSE, and after a few connections,
> does not enter the event "OnDataAvailable" when LINEMODE = TRUE event
> "OnDataAvailable" is never trig
> Hello, I am using the example OverbyteIcsThrdSrvV3.dpr plus what
> happens is that the wind ClientDisconnect is called before
> processing the received data, and so the connection is lost
I assume you have turned off the default banner that the server component
sends upon answer (set Banner:='
> I could not use the component and WSocketServer WSocketThrdServer
> not know how to use the event "OnDataAvailable" examples that have
The SocketServer demo is OverbyteIcsTcpSrv.dpr, ThreadServer is
OverbyteIcsThrdSrvV3.dpr.
You can also try TMagIpLog from:
http://www.magsys.co.uk/delphi/mag
> I am not able to use the component TWSocketServer with POS
> terminals (do
> not have access to sources of client developed in C), the error
> occurs after the connection "OverbyteIcsWSocketS"
What error?
> I need to do is receive multiple simultaneous connections to these
> terminals mak
> I just installed RAD Studio XE4 into a brand new VM (WIN64)
> After that I tried to install ICS V8 (downloaded about an hour ago).
> I opened Dxe4InstallVclFmx.groupproj and then tried to compile
> IcsVclDXE4Run but got a fatal error
Arno only started testing ICS with XE4 last night, no-one el
> Hello guys, I'm using the component connections TWSocket for various
> customers making and receiving requests, in some cases the client
> loses the connection to the server,
TCP not necessarily know a connection is lost since there may be no
packets sent for many hours. You normally implement
> Where to get the ICS frame browser demo code? thanks.
It is part of the ICS V7 and V8 distributions, in directory:
.\Samples\delphi\BroswerDemo
It is a full visual browser, using the THtmlViewer component from:
http://code.google.com/p/thtmlviewer/
so displays most web pages, although with
> I would like to know the difference between the components
> and TWSocket TWSocketServer, do i need a software that will receive
> multiple simultaneous connections to POS terminals
You are talking about a server, and you'll find ICS server demos using
both TWSocket and TWSocketServer, since the
> Now I use HTTPCli version is Version: 8.00 in Delphi XE3, and the
> link no longer redirect
Using the ICS frame browser demo, redirection works fine here, although
nothing useful is displayed since it's an audio clip, some headers
removed to keep this shorter:
FrameBrowser Get:
http://media.sou
> I have tried the RASDIAL unit to connect on remote site with modem
> and PPP.
I don't understand your problem, and RAS is not supported in this mailing
list.
But you can try the full RAS component at:
http://www.magsys.co.uk/delphi/magras.asp
Beware it will not solve any problems if Windo
> I used HTTPCli of ICS in delphi 7, HTTPCli can handle redirection
> automatically,
> now I move my code to delphi XE3 and use the latest ICS, but
> HTTPCli can
> not handle redirection automatically, Is it a bug? or What am I
> missing?
The 'latest' ICS still handles redirection automatically.
> When using ICS Connect and Feat one after another, the log looks
> like this:
> Like Connect would return prematurely, after USER command and not
> ask for password. Has anyone seen this before?
No, never.
Angus
--
To unsubscribe or change your settings for TWSocket mailing list
please goto
> I have an application for backup that works on LAN. All data is
> copied into
> a Folder and subfolders (please refer below pattern). Using MagFTP
> component I intend to syncronise the Local backup onto the FTP site
> (g:\Backups\*.*). My problem is that there is one folder that I
> need to ex
> superobjectyou dont hear about it???
I rarely use Javascript.
Angus
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
> in the proc, i using superobject do deal with the json format date
> for return.
For testing, you need to remove all this extra stuff from your
THttpAppSrv so only the WMI calls remain, nothing else.
There is no purpose in anyone trying to reproduce your problem if you
only provide small ext
> failed!
> i think there is nothing about wmi. but the ThttpAppsrv's probleam.
> does everyboy can make a simple srv_app to test it.?
So you are now using MagWmiGetInfoEx and still getting the connection
closed? How many seconds does the connection stay open for the request?
Or does it stay and
> i using WbemScripting_TLB.pas, also the uWmiDelphiClass.pas (from
> the google code). which just the oleobject.
Try using MagWmiGetInfoEx from:
http://www.magsys.co.uk/delphi/magwmi.asp
it should not take long to modify your application and will eliminate
possible problems with the code you f
> I do not have much knowledge about SSL but I presume SSL
> certificates are required if my client decides to use a FTPS site.
No, it is not necessary for client software to check SSL certificates to
use SSL connections, the data is still encrypted. Checking the
certificate is an extra level
> i found if i call the wmi ole object to get wmi data,THttpAppSrv
> will hung and lose the 80 connection.
Calling WMI functions presumably to return information on a web page is
unlikely to something many people have done, I've certainly not.
Are you using MagWmiGetInfoEx or some other WMI co
> I'm trying to figure out if a given ip address is in any of the
> subnets I'm connected to
> I assume I need to iterate through all connected NICS, and
> calculate the size and location of that specific subnet using the
> ip and netmask for that connection, and then see if given ip
> address f
> How do I specify Ssl Certificates in MagFtp component ?
Sorry, certificate chain and host checking was never fully implementing
in TMagFtp. There is a lot of commented out code, probably taken from
the ICS FTP client SSL demo, that could be restored, but it's untested,
and includes a modal dial
> "Unable to create TIcsWndControl hidden window. Error 1158"
> How I can use 4-5K of TSmtpClis in my app ?
You are probably out of memory. You need a 64-bit server OS for a lot of
connections.
You can use these APIs to get various memory information about your
application and the PC, to see wh
> In between I unplugged the Server LAN wire so as to break the
> Transfer. When I said to upload again it does not Resume.
As you can see from the logs, all the commands to correctly resume the
upload are being sent, but the control connection appears to drop at that
point:
!! FTP Error: FTP com
> I am using TSslFtpClient and and need the DateTime of remote files.
> From what I understand the only way is via the Dir command.
> If so how do I parse list ? Is there fixed format ?
The DIR command is supported by all FTP servers, and can return numerous
different listing formats, essentially
> How to find out the List of network adpater ie IP address and
> all active adapter twsocket
If you just mean all the active IP addresses on the PC, the
OverbyteIcsWSocket unit includes a public function: LocalIPList
that returns a TStringList of all the IPv4 and IPv6 addresses.
It may also b
I'm slowly updating my old applications to support IPv6, one of them
simply refused to work with IPv6 without any obvious reason.
I discovered that winsock ReqVerHigh/ReqVerLow were being set to 1.1,
whereas 2.2 is needed for IPv6. This turned out to be TWSocket
components dropped onto three for
> Today I fixed the issue and checked in your contribution.
Thanks.
> Basically a unit included in IcsCommonDXE3Run may neither use the
> VCL nor the FMX framework. And you added to OverbyteIcsIcmp.pas
> OverbyteIcsWSocket.pas.
Yes, because you added a lot of IPv6 helper functions to WSocket
> ICS V8 supports FireMonkey (Windows and OS X), if you do not want
> to support it please no not add you contribution to ICS V8.
And ping and icmp don't currently work on OS X anyway, they should not
have been in the FireMonkey packages in the first place.
> Because I currently do not have t
> I need to build a network monitoring tool that will ping about a
> 1000 IP's on a regular basis, I plan to use Thread-Pool for this.
I did a major rewrite of ICMP and Ping last month, including a new
threaded ping component and a trace route demo that sends off lots of
pings using threads.
U
Has anyone found an SMTP server that supports the new ELHO SMTPUTF8
response, RFC 6531?
Angus
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
> Cool, I'll be able to test it a bit next weekend.
No problem, just need to test it with XE3 and 64-bit, and find out why
the sample no longer runs on XP.
Although we've always been used to a blocking ping, it transpires
Microsoft added async ping using a callback with Windows 2000, which I
ha
> I'm doing some eval of this components but i found that the
> TPing component doesn't support IPv6 at the moment (ICS version 8).
> Am i right? or, may be i missed some component initialization call.
Ping IPv6 seems to be working now, do you want to test it?
Trace Route to: ipv6.google.com
> I set the Host to be smtp.xyz.com, AuthType: SMTPAuthLogin, then
> call Connect().
> The password is set later, which is wrong, but when I set it before
> Connect(), it would not connect.
Look at OverbyteIcsMailSnd1.pas, you set the properties UserName,
Password and AuthType to smtpAuthAutoSe
> It seems to me that ...SMTPCli needs to use this local ISP
> (mail.optusnet.com.au).
The component will use any SMTP server you specify, although you'll
usually need authentication for any SMTP other than that of your ISP.
Angus
--
To unsubscribe or change your settings for TWSocket mailing
> I soon have a web presence on xyz.com (not the real name) hosted by
> Network Solutions.
Do you mean a shared web server, or a fully hosted server that you
control and on which you can install your own software?
> Is it possible to use my mail server on mail.xyz.com to send the
> emails and
> Thank you for Your answer. Are You know any time frame for V8 stable
> version?
V8 is stable, I've been using for all my applications for over six months.
There are no plans for ICS V9 at the moment, so V8 will be the main
version for the next couple of years.
Angus
--
To unsubscribe or chang
> Are there any plans to support SSL in THttpAppSrv (eg.
> THttpsAppSrv) in v7?
TSslHttpAppSrv is available in ICS v8, it was added last summer. I use
it for one of my public web sites so it's well tested.
https://www.telecom-tariffs.co.uk/
New development takes place in the latest ICS versio
> In addition to my other message, it is so much faster to send
> multiple recipients in the To rather then sending them individually.
It may be faster, but if your emails are deleted as spam due to
'undisclosed recipients', why send the email in the first place.
Angus
--
To unsubscribe or cha
> The confusion is TSslSmtpCli is not listed on the main OverByte ICS
> component page, any wiki, faq, stackoverflow, tamarack or example.
It is listed in the main readme file, together with the SSL mail demo
project.
Angus
--
To unsubscribe or change your settings for TWSocket mailing list
ple
> I need to add up to 200,000 names to the ToList, which could be
> about 4,000,000 characters.
> Can T...SMTPCli handle this quantity?
Most ISPs have blocks on their SMTP relay servers to prevent mass mailing
by spammers, typically a few hundred or thousand messages a day, after
which your accou
> I'm doing some eval of this components but i found that the
> TPing component doesn't support IPv6 at the moment (ICS version 8).
I'm planning to update TPing to support IPv6 and the correct DLL in
February, I need for my applications.
Angus
--
To unsubscribe or change your settings for
> What do you mean by "diagnosing"? The problem is reproducable,
For you, not for me, yet.
> Do you have some instruction for the diagnostic process?
Looking at detailed server logs to see what is requested and sent, maybe
Wireshark to see how the session ends.
Trying different MIME content
> I encounter the problem both in Chrome under Windows and in
> Android's browser.
If it can be reproduced reliably under Windows, diagnosing it might be
easier, but I don't have Chrome installed at present and don't use any
non-Windows devices.
> This is why I think there should be a workaroun
> There is an issue, which is not directly related to ICS, but since
> ICS provides
> a webserver that may help in solving it, I'd like to hear some
> advices from you.
>
> The problem happens with Chrome and Android's browsers while
> downloading binary files
> from a webserver. You may read d
> If I have a wired local area connection and some wireless
> connection how can I know which I'm connected through?
The Internet Protocol Helper Component at:
http://www.magsys.co.uk/delphi/magiphlp.asp
lists all the adaptors and the IP allocated to them.
ICS can only give you a combined
> Is there a cookie manager component like in INDY?
Yes, it was added to ICS v8 earlier this year, TIcsCookies in
OverbyteIcsCookies, from the code:
Overview
Provides a memory store for persistent and non-persistent cookies
captured from the HTTP SetCookie header, and builds a Cookie h
> Before you try to fix/break something that works, I urge you to
> check with Wireshark that the redirection works as expected to port
> number 8080, the only problem I see so far is property Location
> should likely include the port number in this test case.
The first thing I'll do is fix the
> If you GET this URL:
> http://www.htmlvalidator.com/test/cookies/test-redirect.php
>
> Then you get "Server port is 80." with the ICS demo, but put the
> same URL in a browser and you get "Server port is 8080."
I have reproduced this using the ICS browser demo, which is useful for
testing stuf
> Using either MagFTP or the ICS FTP Client how can I
> determine if a File Exists on an FTP Server?
TMagFtp has a method FtpCheckFile that returns the file size and date
time stamp.
Angus
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/
> Not sure if this tells us more about the end of the transfer though.
The only thing it shows is the FTP session left unfinished, because your
application does not abort the upload on a timeout, after x seconds of
inactivity. You update your timer from the OnProgress64 event.
Now repeat the l
> I have the OnFtpStateChange producing messages which I can add to
> my history log, but is there a way of adding these messages into
> the ICS logger?
IcsLogger.DoDebugLog(Self, LogOption, Msg);
Angus
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists
> How do I log what is being sent? I have everything ticked in the
> ICS logger.
The ICS logger is really designed for low level packet logging, although
I wrote it a long time ago, I rarely use it since the low level stuff
just works.
MagentaFtp3.pas shows how logging is done, from the events:
= Connected to: www.cytauk.com
> GET / HTTP/1.0
> Host: www.cytauk.com
< HTTP/1.1 302 Moved Temporarily
< Location: ./cytauk2/
= Connected to: www.cytauk.com
> GET /./cytauk2/ HTTP/1.0
> Host: www.cytauk.com
< HTTP/1.1 404 Not Found
Firefox seems to redirect to www.cytauk.com/cytauk2/ ignoring the
> Files can be found here:
You are not currently logging any commands sent by the FTP component
which is normally quite useful.
You are not sending the FEAT command which might hint as to which FTP
server is at fault, use ConnectFeatAsync instead of ConnectAsync.
In the first log, you seem to
> Attached is a zipped up text file obtained from the ICS logger
The mailing list automatically drops file attachments since they are of
no interest to 99% of recipients.
You need to email directly to me or post a link to a download.
Angus
--
To unsubscribe or change your settings for TWSock
> Filezilla seems to handle with a no response timeout, followed by a
> query, some times even a reconnect, to check if the file is
> effectively there, and with the correct size.
Similar features are the benefit of using the TMagFtp high level
component. It also checks the correct sized file
> It would appear that this FTP site does not send a "FTP 226 Transfer
> Complete" for large files.
So it's a faulty FTP server, not a problem with the FTP client.
I've already asked what make of FTP software and am waiting for your
response. You have not posted any FTP logs (the full FTP ses
> My code is basically a state machine. In the FtpRequestDone event,
> it decides what to do next.
I used a similar state machine in another application, but prefer the
sync calls for complex applications, and then use a thread per transfer.
TMagFtp has been tested with 200 simultaneous download
> My code just does putAsync and waits for the ftpPutAsync event.
> I don't know exactly how the xferdemo3w does it
You have all the source code for TMagFtp, so you can easily check. There
are probably two main differences:
1 - TMagFtp uses the sync FTP calls and WaitUntilReady, so check that
f
> *** So the duff FTP site will accept the upload of the file, but
> for some reason the FTP client does not generate any event
> (FTPRequestDone) at the end of the upload.
And yet you said earlier that the TMagFtp component works correctly,
presumably with the same bad FTP server and ICS version
> I made a typo with the file size. It is 84Mbytes (not 84GBytes)
> that fails. 39MByte file is OK
Those are trivial sizes for FTP uploads, no reason for difference in
behaviour between those sizes.
Is this file specific? What about 100 or 200 megs?
When I was downloading a VHD (disk image)
> Is the a limit to the size of file I can PutAsync?
No limits in recent versions of ICS that use int64.
> I am trying to upload a large file (84GBytes) to a FTP site. The
> file seems
> to transfer OK, but there is nothing to signal the transfer is
> complete. No ftpPutAsync and no ftpError
> However I have now sort of fixed the problem. If I convert the
> filename to UTF8
The component does that, when working in Unicode. Remember that
responses from the FTP server including directory listings will be UTF8
as well.
You must still send the OPTS UTF8 ON command, otherwise the ser
> I have the FTP client doing putAsync and getAsync to a FTP server.
> If the filename contains Unicode characters (e.g. Russian), the
> putAsync results in a filename of on the FTP site.
The standard FTP component only supports Unicode with Delphi 2009 and
later, or if you use the OverbyteI
> The problem was that the "World Wide Web Publishing Services" was
> running.
There is a registry setting that makes IIS listen only on specific IP
addresses when it starts, so you can run IIS and ICS servers at the same
time.
HLM\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\ListenOnlyLi
> Just started to look at the Web Server demo. When I run it I get
> 10013 Bind error.
> Any clues as to how to proceed?
Close the existing web server application running on the same IP address
and port, use a different port for the ICS web server or add another IP
address to your PC and make sur
> What's the scenario where I need to change the mime type after I
> have searched for it already?
So the application can easily check what actual MIME type has been used,
and dynamically change it if incorrect.
> The component has excess of these Triggerxxx methods.
Because it's evolved over
> I think loading hundreds of types from Registry when 'js' is
> missing in the default list is overkill, because most of them
> are not Internet-involved.
Everyone has different requirements, TMimeTypeList is designed to support
email as well where many different file types may get sent as
atta
> Did you mean obsolete in V8 trunk? In the latest stable V7 it is
> used by default.
It was added in V7.46. The old stuff is left behind for backward
compatibility but will not be enhanced which is what you requested.
> It's not clear how to switch to the mode that mime-types to be read
> fr
> In the module OverbyteIcsHttpSrv.pas, in the function
> DocumentToContentType
This function is now obsolete, the latest versions of the web server use
the new TMimeTypesList component which takes mapping from the Windows
classes registry, from a file or allows you to add your own extra MIME
typ
> I perform some tests but cannot send fasten than 200 megabit/sec.
Which is pretty good performance, presumably you need more because this
is running on a hosted server with gigabyte connectivity?
> I see RFC 2821 and found what max line length can be 1000
> characters!
Not strictly relevant
> How many TSmtpCli(s) should be used inside one TThread ?
> I need to send about 4000 messages in parallel, so I need 4000
> TSmtpCli(s).
> At this time I try to use 25 TSmtpCli per Thread but see very high
> CPU usage and app interface responding this delays..
The 'app interface' could be your
> I use TFtpClient to upload data to a FTP sites. It works if the FTP
> site has a hostname like ftp.yoursite.com
> But now I need to upload to a site with an IP address, which is
> ftp://196.211.60.155
Use the IP address alone instead of the hostname, ignore the ftp:// which
is only intended
> I'd like to ask a few questions with regard to this change:
> 1. What is the current state of IP V6 support in ICS?
> - Ready for production use
> - Work in progress, already useable
> - Not ready for primetime
> 2. ICS version
> - Does ICS V7 support IP V6?
> - Does ICS V8 support IP V6?
Only
> > It is probably a false report...
> MadExcept also reports it as a memory leak.
So after say 10,000 connections, how much extra memory is your
application using than when it started? The VCL often leaks small
amounts of memory, but unless is cumulative it really does not matter.
Use somethin
> It is on shutdown so I am not worried. The issue is FastMM reports
> the leak each time I quit and that is a pain.
It is probably a false report. I use the ICS web server which uses
SocketServer, and there are no memory leaks after over 100,000
connections.
Angus
--
To unsubscribe or chang
> Tested with this website http://myanimelist.net/malappinfo.php
>
> If I enable content encoding, then the data received isn't
> compressed unless I add deflate.
Found and fixed the bug in OverbyteIcsHttpContCod, it was parsing
multiple encodings in the response header rather than the request h
> Tested with this website http://myanimelist.net/malappinfo.php
>
> If I enable content encoding, then the data received isn't
> compressed unless I add deflate.
Whether the site compresses the data is not the issue, it's whether the
ICS component can decompress anything with the change you pro
> Please add the following modification to OverbyteIcsHttpCCodZLib, I
> was sad to see it's not yet included in the last V8 :<
>
> class function THttpCCodzlib.GetCoding: String;
> begin
> Result := 'gzip, deflate';
> end;
Have you actually tested this?
If I make what seems to be a simple
> Where can I get a list of all the possible error code and error
> messages for the methods in the FTP component.
Sorry, there is no such published list. Most errors come from Winsock
calls, you'll need to look through the source code to see what other
errors can be posted.
The only documentat
> Thank you for the prompt reply and I look forward to your updated
> dfm file!
I've already updated the V8 SVN, it will get zipped overnight.
I also improved the demo slightly to use ContentTypeGetExtn which was not
there before.
Angus
--
To unsubscribe or change your settings for TWSocket
> I am using Delphi 7 and learning the
> component "OverbyteIcsMimeDemo", I am writing a program to read my
> messages and save them as text files and save any attachments as
> separate files. I seem to have grasped the export of text data
> however any attempt at save the attachments fails a
> We are running this code for testing, as it shows the issue better:
> (Code has been stripped of error handling, etc.)
I don't see anything wrong with your code sample, but you would be better
using the tried and tested code from the WaitUntilReady function which
duplicates what you are trying t
> I really like the component. One question is there more detailed
> help then the one online.
Sorry, it has always been hard to find volunteers to document the ICS
library, and in particular keep it updated for the constant changes we
make. The developers all contribute their efforts free, and
> When I copy the exe to another computer Window's XP every FTP
> server (8 different servers) we connect to gives an ErrCode = 426
> with a message "Operation Aborted".
When FTP fails to run on a specific computer, it's nearly always
configuration of that computer, usually a firewall or router
> *Subject:* [twsocket] FTPCli in thread
> *From:* Fredrik Bergström
> *To:* twsocket@elists.org
> *Date:* Mon, 17 Sep 2012 19:41:01 +0200
>
> Hi,
>
> I started writing an message to this list about an timeout-issue we
> have been having, but I think it may be better for me to first ask
> for
Support for Delphi and C++ Builder XE3 is now available in ICS V7
available from:
http://wiki.overbyte.be/wiki/index.php/ICS_Download
Also, the ICS V8 XE3 package has been corrected to add some components.
Angus
--
To unsubscribe or change your settings for TWSocket mailing list
please goto
> When I click on the "ICS-V8 Beta Snapshot", link
> http://wiki.overbyte.be/arch/change-log-icsv8.xml
> I get this error: "Object not found!
The zip download link always worked, but viewing the changes log failed
due to two missing XML/XLS files, one from the Wiki site, one from the
SVN server.
Support for Delphi and C++ Builder XE3 is now available in ICS V8 beta
available from:
http://wiki.overbyte.be/wiki/index.php/ICS_Download
ICS V8 includes support for IPv6 and the FireMonkey FMX framework for
Windows and Mac OS X. Thanks to Arno for many months of work
implementing and testing
> I updated my AV software and the problem disappeared! Looking back,
> it may have started after the last AV update.
Excellent, although I'm surprised anti-virus software is monitoring port
25 for outgoing email, and worse corrupting it.
What make?
I've had AV software corrupt FTP transfers
> > Here's the problem, there's nothing more received but a
> > connection close after around 10 seconds?
>
> Ok, now we know, how do I fix it? I have no idea.
This is unlikely to be specifically an ICS issue since there is no
problem on ports other than 25, you need to find out why no further d
> I need to log the IP address of the client when it connects to the
> server.
Look at the Web Application Server sample,
OverbyteIcsWebAppServerMain.pas, which is similar to the main web server.
It shows how to write W3C format log file from the AfterAnswer event,
including how much data was sen
> I have a gmail account too. Yep, it fails.
Seems to work for me, I am using the latest V8 version but was using V7
until a couple of months ago, and sending via gmail regularly.
< 220 mx.google.com ESMTP cl8sm3606041wib.10
11:13:23 - SMTP Session Connected to smtp.gmail.com:25
> EHLO PC19
< 25
> I'm having a problem with TSslSmtpCli. It won't complete a TLS
> connection on port 25.
> This happens regardless of the server.
How many different SMTP servers?
I use STARTTLS with smtp.gmail.com on port 25 without any problems, try
it.
If it fails, it's probably your ISP doing strange th
> > Thanks, the V8 repository will be updated this morning.
> Nice. Any chance the patch could also be applied to V7 (trunk)?
OK, both V7 and V8 are updated with your fix, and the 'nightly' zips
updated early.
I also added another web server fix that previously was only in V8.
Angus
--
To u
Embarcadero has published a blog detailing the forthcoming XE3 release,
and specifically that FireMonkey iOS/Android mobile platform development
will not be supported in the initial XE3 release, but added with a
service pack later.
http://blogs.embarcadero.com/jtembarcadero/2012/08/20/xe3-and-bey
1 - 100 of 858 matches
Mail list logo