Re: [twsocket] FTP client testing

2011-02-28 Thread Antol
Hello Angus, OK, I installed filezilla server to my local computer and uploaded files to it using LocalHost. ICS client worked in all modes (FTP, FTP AuthSSL, FTP AuthTLS and Implicit). So, there seems to be no problem with local file transfers. I think the problem may be with

Re: [twsocket] udp packet loss

2011-02-28 Thread Anton S.
var lBuffer:array[0..1500] of AnsiChar; I'd advice you not to allocate static buffer inside a method because it is placed inside the stack every time method is called. -- Anton -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] TTwitter component

2011-02-28 Thread Anton S.
TWebbrowser? ShellExec?? Chromium?? Why don't you use ICS HTTPCli for authorizing? You may even display an original page with powerful ThtmlViewer component. -- Anton -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] FTP client testing

2011-02-28 Thread Angus Robertson - Magenta Systems Ltd
Angus, I still want to try any distant FTP server to be sure that my ISP is not to blame. You don't need a login to test SSL, it works fine with anonymous, if downloading with SSL works, then uploading will work as well. Angus -- To unsubscribe or change your settings for

Re: [twsocket] FTP client testing

2011-02-28 Thread Antol
Hello Angus, No, when I try to upload anything from FAR or Filezilla, I get this: Response: 501 Permission Denied Error: Critical file transfer error It looks like the server is read-only for anonymous users. Monday, February 28, 2011, 12:40:00 PM, you wrote: Angus, I still

[twsocket] THttpWebserver and php

2011-02-28 Thread A Drent
I found some entries regarding this issue, but could not find a sufficient answer. If I want to use the ICS webserver to facilitate a php program (I don't mind invoking php as a cgi in my case) what's the best approach. Has someone done this before? tnx, Albert -- To unsubscribe or change

Re: [twsocket] FTP client testing

2011-02-28 Thread Antol
Hello Angus, I can download from your FTP from FileZilla. But my ICS application can only upload, that's why I need writing permission to test. Monday, February 28, 2011, 1:41:00 PM, you wrote: ARMSL Once you have got SSL downloads working, I will set-up a logon, but it's ARMSL a waste of my

Re: [twsocket] FTP client testing

2011-02-28 Thread OBones
At the very least your application should retrieve the directory listing to know it is at the right place before uploading. And retrieving the file list is a file download, so you should be able to test that to start with. Antol wrote: Hello Angus, I can download from your FTP from

Re: [twsocket] THttpWebserver and php

2011-02-28 Thread Francois PIETTE
Hi Albert, I found some entries regarding this issue, but could not find a sufficient answer. If I want to use the ICS webserver to facilitate a php program (I don't mind invoking php as a cgi in my case) what's the best approach. Has someone done this before? I never done it before, but at

Re: [twsocket] THttpWebserver and php

2011-02-28 Thread Francois PIETTE
btw: I answered assuming you are using THttpAppSrv component, but looking at your subject, maybe you are using THttpServer component. I suggest you use the former which is more powerful and easier. -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The

Re: [twsocket] TTwitter component

2011-02-28 Thread brian -
There's already a method through httpcli, but PIN approach should always be encouraged. v0.32 up On Mon, Feb 28, 2011 at 10:32 AM, Anton S. an...@rambler.ru wrote: TWebbrowser? ShellExec?? Chromium?? Why don't you use ICS HTTPCli for authorizing? You may even display an original page with

Re: [twsocket] THttpWebserver and php

2011-02-28 Thread A Drent
Hi Francois, I am/was using your THttpServer component. I'll try your approach of using the HttpAppSvr component though. Don't have much experience with pipes, but there are a lot of samples regarding this. I will let you know how I progress, it might be nice to others too. tnx, Albert

Re: [twsocket] TTwitter component

2011-02-28 Thread Anton S.
There's already a method through httpcli, but PIN approach should always be encouraged. I don't know what PIN is but couldn't it be implemented without external apps/activeX? -- Anton -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] FTP client testing

2011-02-28 Thread Angus Robertson - Magenta Systems Ltd
that's why I need writing permission to test. What you need is working valid email address: This is the mail system at host fallback5.mail.ru. s...@acritum.com: host acritum.com[174.132.5.68] said: 550 No Such User Here I did ask you to email a request, which you never did. Angus -- To

Re: [twsocket] TTwitter component

2011-02-28 Thread brian -
http://dev.twitter.com/pages/auth_overview http://dev.twitter.com/pages/auth_overviewThere's xAuth to skip the PIN step, but requires the twitter user/pass. Also I made a method in my lib to do almost like xAuth, simulating a browser login, catching the cookies and posting the form etc to

Re: [twsocket] FTP client testing

2011-02-28 Thread Antol
Hello Angus, I have no idea where did you find s...@acritum.com, but sp at the beginnng supposes it is intended for spam :) Anyway, I received your login info. Thanks. I think ICS FTP SSL client works fine. I tested in all SSL modes in passive mode and had no problems. Active mode works

Re: [twsocket] THttpWebserver and php

2011-02-28 Thread Fastream Technologies
We have a working code for CGI1.2 for ICS. It's in pascal and used in IQWF Server (http://www.fastream.com/iqwebftpserver.php). You may contact me privately for this (gates AT fastream DOT com). Regards, SubZero On Mon, Feb 28, 2011 at 4:18 PM, A Drent albert.dr...@rug.nl wrote: Hi Francois,

Re: [twsocket] THttpWebserver and php

2011-02-28 Thread Arno Garrels
Fastream Technologies wrote: We have a working code for CGI1.2 for ICS. It's in pascal and used in IQWF Server (http://www.fastream.com/iqwebftpserver.php). You may contact me privately for this (gates AT fastream DOT com). There's an old example on the user-made page, that will probably work

[twsocket] Strange UDP behaviour

2011-02-28 Thread Éric Fleming Bonilha
Hi I don´t know if this message is OT, maybe slight OT, but I´m facing an interesting problem with UDP datagrams and Windows 7/2008 stack Well, we have a scenario where a machine can´t receive over 30 mbits of UDP data on a local gigabit ethernet, and to make it worse, the whole windows

[twsocket] Rather strange HTTP/SSL/POST issue

2011-02-28 Thread Fastream Technologies
Hello, In our product, we have a client/server GUI that uses HTTPS to POST XML for administration. Both the client and the server uses ICS. In the past, the client was using Wininet which was working perfectly. The issue is strange because it does not happen when the computer is rebooted and the