Alcuni siti, semplicemente navigando verso di loro, in Safari, non li ho testati su altri browser, scaricherò automaticamente un file chiamato snippet.cgi
nella tua cartella ~/Downloads
.
Sono appena andato su www.cliftonchilliclub.co.uk/ e mi sono limitato a caricare i file della paginasnippet.cgi
spostati al 6% nella mia cartella ~/Downloads
. Il sistema operativo li rinomina in sequenza. snippet.cgi
, snippet-1.cgi
, snippet-2.cgi
, snippet-3.cgi
.
Apertura snippet.cgi
in TextMate (testo Eitor di base per Mac OS X) e il file contiene "Impossibile ottenere componenti".
Ecco un succo di ciò che sta succedendo: link
Ecco i dati non elaborati:
me@foonty ~ $cd Downloads/
me@foonty Downloads $ls -la
-rw-r--r--@ 1 me staff 18 Feb 8 04:41 snippet-2.cgi
-rw-r--r--@ 1 me staff 18 Feb 8 04:41 snippet-3.cgi
-rw-r--r--@ 1 me staff 18 Feb 8 04:41 snippet-4.cgi
-rw-r--r--@ 1 me staff 18 Feb 8 04:41 snippet-5.cgi
-rw-r--r--@ 1 me staff 18 Feb 8 04:41 snippet-6.cgi
-rw-r--r--@ 1 me staff 18 Feb 8 04:41 snippet-7.cgi
-rw-r--r--@ 1 me staff 18 Feb 8 04:41 snippet-8.cgi
-rw-r--r--@ 1 me staff 18 Feb 8 04:37 snippet.cgi
me@foonty Downloads $more snippet-2.cgi
Cant get component
me@foonty Downloads $file snippet-2.cgi
snippet-2.cgi: ASCII text, with no line terminators
me@foonty Downloads $ls -la@
drwx------+ 12 me staff 408 Feb 8 04:41 .
drwxr-xr-x+ 32 me staff 1088 Feb 8 01:53 ..
-rw-r--r--@ 1 me staff 6148 Feb 8 04:37 .DS_Store
com.apple.FinderInfo 32
-rw-r--r--@ 1 me staff 18 Feb 8 04:41 snippet-2.cgi
com.apple.metadata:kMDItemDownloadedDate 53
com.apple.metadata:kMDItemWhereFroms 189
com.apple.quarantine 61
-rw-r--r--@ 1 me staff 18 Feb 8 04:41 snippet-3.cgi
com.apple.metadata:kMDItemDownloadedDate 53
com.apple.metadata:kMDItemWhereFroms 189
com.apple.quarantine 61
-rw-r--r--@ 1 me staff 18 Feb 8 04:41 snippet-4.cgi
com.apple.metadata:kMDItemDownloadedDate 53
com.apple.metadata:kMDItemWhereFroms 189
com.apple.quarantine 61
-rw-r--r--@ 1 me staff 18 Feb 8 04:41 snippet-5.cgi
com.apple.metadata:kMDItemDownloadedDate 53
com.apple.metadata:kMDItemWhereFroms 188
com.apple.quarantine 61
-rw-r--r--@ 1 me staff 18 Feb 8 04:41 snippet-6.cgi
com.apple.metadata:kMDItemDownloadedDate 53
com.apple.metadata:kMDItemWhereFroms 189
com.apple.quarantine 61
-rw-r--r--@ 1 me staff 18 Feb 8 04:41 snippet-7.cgi
com.apple.metadata:kMDItemDownloadedDate 53
com.apple.metadata:kMDItemWhereFroms 188
com.apple.quarantine 61
-rw-r--r--@ 1 me staff 18 Feb 8 04:41 snippet-8.cgi
com.apple.metadata:kMDItemDownloadedDate 53
com.apple.metadata:kMDItemWhereFroms 189
com.apple.quarantine 61
com.macromates.selectionRange 1
com.macromates.visibleIndex 1
-rw-r--r--@ 1 me staff 18 Feb 8 04:37 snippet.cgi
com.apple.metadata:kMDItemDownloadedDate 53
com.apple.metadata:kMDItemWhereFroms 189
com.apple.quarantine 61
Here is curl -I http://www.cliftonchilliclub.co.uk
$curl -I http://www.cliftonchilliclub.co.uk
HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Connection: close
Status: 200
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 2.2.5
X-Runtime: 9
ETag: "268dccda66a2552189bd2851a2f199a0"
Cache-Control: private, max-age=0, must-revalidate
Content-Length: 852
Server: nginx/0.7.65 + Phusion Passenger 2.2.5 (mod_rails/mod_rack)
P3P: CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"
Viaggio rapido con arricciatura per scaricare il file:
$curl -o file.html http://www.cliftonchilliclub.co.uk