[twsocket] Windows Certificates Store Usage

2012-12-05 Thread marius gabi
Hello Could you please let me know if there is possibility to use ICS library in combination with certificates from Windows store. If this possibility exists please provide me a small code demo (client implementation). Thank you in advance. Kind Regards, Marius Florigoanta -- To unsubscribe or

Re: [twsocket] MagFTP or ICS FTP Client

2012-12-05 Thread Angus Robertson - Magenta Systems Ltd
> 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/

Re: [twsocket] curl_multi in ICS

2012-12-05 Thread Arno Garrels
David Loncarek wrote: > Hello! > > How can I load URL's in an array and use Async HTTP Get on all of > them at the same time. For example > thats how curl_multi works.. Take a look at the OverbyteIcsHttpAsy demo. -- Arno -- To unsubscribe or change your settings for TWSocket mailing list please

Re: [twsocket] MagFTP or ICS FTP Client

2012-12-05 Thread Arno Garrels
Mark E. Moss wrote: > address=markm...@ix.netcom.com > > > Hello > >Using either MagFTP or the ICS FTP Client how can I determine > if a File Exists on an FTP Server? > > I do not want to download it, just check if it exists. > Method Ls is what you are looking for. -- Arno

[twsocket] MagFTP or ICS FTP Client

2012-12-05 Thread Mark E. Moss
address=markm...@ix.netcom.com Hello Using either MagFTP or the ICS FTP Client how can I determine if a File Exists on an FTP Server? I do not want to download it, just check if it exists. Thanks Mark Moss -- To unsubscribe or change your settings for TWSocket mailing l

Re: [twsocket] FTP Client - Large files

2012-12-05 Thread Angus Robertson - Magenta Systems Ltd
> 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

Re: [twsocket] FTP Client - Large files

2012-12-05 Thread RTT
I have put some more log files on the website: www.deephaven.co.uk/downloads/ftpuplog.zip Two files "pass" (small file) and "fail" (large file) contain more logging info. Not sure if this tells us more about the end of the transfer though. Maybe what you need to do is to keep the control ch

Re: [twsocket] FTP Client - Large files

2012-12-05 Thread Graham Powell
I have put some more log files on the website: www.deephaven.co.uk/downloads/ftpuplog.zip Two files "pass" (small file) and "fail" (large file) contain more logging info. Not sure if this tells us more about the end of the transfer though. Graham -Original Message- From: twsocket-boun..