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
> 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/
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
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
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
> 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 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
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..