Quote:
Originally Posted by dh0001
Simple downloading the unchangeable Samsung way.
|
The curl command returns 1, and otherwise does nothing. It doesn't display data, create a file, display an error message or anything else.
It does this pretty much instantly - about 20 mlliseconds. That's too quick. Looking at the exchange with wireshark, I see curl connecting, establishing the SSL connection, then a five or six hundred bytes are returned, no more. The the connection is terminated by curl.
Any ideas?