search for: jrust

Displaying 3 results from an estimated 3 matches for "jrust".

Did you mean: trust
2005 Apr 04
0
io timeout after 180 seconds
...nc error: error in rsync protocol data stream (code 12) at io.c(165) WARNING: there seems to have been an rsync error. Check the logs for more information. The script is running php and the script is attached and posted bellow #!/usr/bin/php -q <?php //** $Id: ribs 1625 2004-11-24 20:55:48Z jrust $ */ // {{{ version define('RIBS_VERSION', '2.3'); // }}} // {{{ description /** ~ * RIBS (Rsync Incremental Backup System) by Jason Rust <jrust@rustyaprts.com> ~ * Copyright (c) 2002-2003 Jason Rust <jrust@rustyparts.com> ~ * The latest version of this program can be...
2006 Oct 17
6
form submit debugging
version 0.62 I''ve got a form that''s giving me trouble (server reports invalid session ID). Unfortunately, the form is submitted using SSL so I can''t use a sniffer to see the differences between the ruby mechanize version and the perl mechanize version that is working. Is there a way to change the form action within mechanize? Or a way to display the request headers?
2007 Oct 02
0
Client-side certs
Our web-based application is changing from form-based logins only to client side certificates (plus form-based). I can''t find any reference to loading a client cert. Is it possible with Mechanize? Any plans to support it? Hoping, jon