Reco wrote:
> Bob Proulx wrote:
> > That use of socat was clever. I didn't like the pkill socat though.
> > Wouldn't be good if there were another one running at the same time.
>
> Yes, there's a room for an improvement. Presumably socat can write own
> pid to a user-specified pidfile, but I was
On Mon, Jun 08, 2015 at 04:20:21PM -0600, Bob Proulx wrote:
> Leslie Rhorer wrote:
> > Reco wrote:
> > > Don't depend on curl. Use good old socat combined with wget:
>
> That use of socat was clever. I didn't like the pkill socat though.
> Wouldn't be good if there were another one running at the
Quoting Leslie Rhorer (lrho...@mygrande.net):
> On Sunday, June 7, 2015 at 7:10:03 PM UTC-5, David Wright wrote:
> > Quoting Leslie Rhorer:
> > > On Sunday, June 7, 2015 at 4:00:04 AM UTC-5, Reco wrote:
> > >
> > > > > Does anyone have any ideas how I could get curl to handle the task,
> > > > >
Leslie Rhorer wrote:
> Reco wrote:
> > Don't depend on curl. Use good old socat combined with wget:
That use of socat was clever. I didn't like the pkill socat though.
Wouldn't be good if there were another one running at the same time.
> Why? The -L option in curl did the trick. Is there some
On Sunday, June 7, 2015 at 7:10:03 PM UTC-5, David Wright wrote:
> Quoting Leslie Rhorer:
> > On Sunday, June 7, 2015 at 4:00:04 AM UTC-5, Reco wrote:
> >
> > > > Does anyone have any ideas how I could get curl to handle the task,
> > > > since wget is failing? Some other utility?
> > >
> > > D
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sun, Jun 07, 2015 at 07:03:29PM -0500, David Wright wrote:
> Quoting Leslie Rhorer (lrho...@mygrande.net):
> > On Sunday, June 7, 2015 at 4:00:04 AM UTC-5, Reco wrote:
> >
> > > > Does anyone have any ideas how I could get curl to handle the task,
Quoting Leslie Rhorer (lrho...@mygrande.net):
> On Sunday, June 7, 2015 at 4:00:04 AM UTC-5, Reco wrote:
>
> > > Does anyone have any ideas how I could get curl to handle the task, since
> > > wget is failing? Some other utility?
> >
> > Don't depend on curl. Use good old socat combined with wg
> > > Instead of returning the main page, it just returns:
> > >
> > > Object moved
> > > Object moved to here.
> > >
>
> This is most probably the sign of a redirect (see below)
>
> [...]
>
> > Well, for starters, try using the URL
> > https://mytotalconnectcomfort.com/portal/ (note trailing
On Sunday, June 7, 2015 at 4:00:04 AM UTC-5, Reco wrote:
> > Does anyone have any ideas how I could get curl to handle the task, since
> > wget is failing? Some other utility?
>
> Don't depend on curl. Use good old socat combined with wget:
Why? The -L option in curl did the trick. Is there
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sun, Jun 07, 2015 at 08:04:39AM -0300, Eduardo M KALINOWSKI wrote:
> On 06/07/2015 12:31 AM, Leslie Rhorer wrote:
> > I had a script running just fine under Debian Squeeze, but that server is
> > now offline for repair and upgrade to Jessie, so I a
On 06/07/2015 12:31 AM, Leslie Rhorer wrote:
> I had a script running just fine under Debian Squeeze, but that server is now
> offline for repair and upgrade to Jessie, so I am now running the script
> under Jessie, and the script is failing when attempting to scrape data off a
> website using w
Hi.
On Sat, 6 Jun 2015 20:31:44 -0700 (PDT)
Leslie Rhorer wrote:
> Does anyone have any ideas how I could get curl to handle the task, since
> wget is failing? Some other utility?
Don't depend on curl. Use good old socat combined with wget:
socat TCP4-LISTEN:8080,reuseaddr,fork \
OPENSSL:m
I had a script running just fine under Debian Squeeze, but that server is now
offline for repair and upgrade to Jessie, so I am now running the script under
Jessie, and the script is failing when attempting to scrape data off a website
using wget. Under Jessie, wget produces an SSL error when i
13 matches
Mail list logo