[Synalist] SSH Invalid user name 'user'

2009-03-30 Thread Leonardo M . Ramé
If you get an Invalid user name 'user' error when connecting through SSH, try updating your cryptlib.pas to the latest snapshot: http://cryptlib.sogot.de/zip/cl332.zip Thanks, Leonardo M. Ramé http://leonardorame.blogspot.com

[Synalist] CIFS Interface/Server

2009-10-10 Thread Leonardo M . Ramé
Hi list, I'm posting this here after reading about Alfresco's CIFS interface (http://wiki.alfresco.com/wiki/CIFS_linux), it's a nice idea, and I'm wondering if anyone knows if there's a similar implementation in Delphi/FPC?. Leonardo M. Ramé http://leonardorame.blogspot.com

Re: [Synalist] THttpSend and multi threading

2010-02-11 Thread Leonardo M . Ramé
)?. Thanks in advance, Leonardo M. Ramé http://leonardorame.blogspot.com -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10

[Synalist] Ping Lukas Gebauer

2010-05-06 Thread Leonardo M . Ramé
for assistance. Thanks, Dave H. --- Leonardo M. Ramé http://leonardorame.blogspot.com -- ___ synalist-public mailing list synalist

[Synalist] HttpGetText from Localhost

2010-06-29 Thread Leonardo M . Ramé
this info, which starts in cookies, then does a couple of sql queries to get the results, that's why I use it instead of making all the work with my CGI program. Any hint? Leonardo M. Ramé http://leonardorame.blogspot.com

Re: [Synalist] HttpGetText from Localhost

2010-07-01 Thread Leonardo M . Ramé
'); lResponse.LoadFromStream(lHttpSend.Document); (* Get the results *) Result := lResponse.Text; finally lResponse.Free; lHttpSend.Free; end; end; Leonardo M. Ramé http://leonardorame.blogspot.com

[Synalist] THTTPSend GET slower than wget

2011-07-20 Thread Leonardo M . Ramé
, but it doesn't improve. Thanks in advance, Leonardo M. Ramé http://leonardorame.blogspot.com  -- 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL

Re: [Synalist] THTTPSend GET slower than wget

2011-07-20 Thread Leonardo M . Ramé
- Original Message - From: Michael Van Canneyt mich...@freepascal.org To: Ararat Synapse synalist-public@lists.sourceforge.net Cc: Sent: Wednesday, July 20, 2011 2:39 PM Subject: Re: [Synalist] THTTPSend GET slower than wget On Wed, 20 Jul 2011, Leonardo M. Ramé wrote: Hi

Re: [Synalist] RE : THTTPSend GET slower than wget

2011-07-20 Thread Leonardo M . Ramé
is in the same LAN of my client machine. The server is a basic Ubuntu Server with Apache2.   Leonardo M. Ramé http://leonardorame.blogspot.com -- 10 Tips for Better Web Security Learn 10 ways to better secure your business today

Re: [Synalist] THTTPSend GET slower than wget

2011-07-26 Thread Leonardo M . Ramé
be declared as procedure Status(sender: tobject); and it should work. Leonardo M. Ramé http://leonardorame.blogspot.com -- Magic Quadrant for Content-Aware Data Loss Prevention Research study explores the data loss

Re: [Synalist] THTTPSend GET slower than wget

2011-07-26 Thread Leonardo M . Ramé
', [lDownloaded]); end; -- best regards Piotr Polok Could you show more info about the message?. The error is at compile time or at run time?.   Leonardo M. Ramé http://leonardorame.blogspot.com -- Magic Quadrant

Re: [Synalist] THTTPSend GET slower than wget

2011-07-26 Thread Leonardo M . Ramé
time or at run time?. This message is at compile time. Ok, then please show us the complete error message, including the line numer.   Leonardo M. Ramé http://leonardorame.blogspot.com -- Magic Quadrant for Content

Re: [Synalist] THTTPSend POST params

2011-08-29 Thread Leonardo M . Ramé
I found the solution. It is mandatory to specify the MimeType. Also, I replaced the TStringList by WriteStrToStream function, from SynaUtil.     WriteStrToStream(lHttp.Document, EncodeURL(AParams));     lHttp.MimeType := 'application/x-www-form-urlencoded';   Leonardo M. Ramé http