| Hello. I'm trying to archive a wesite from blogspot that requires a cookie to
access it.
Here is what the cookie looks like:
.vjetropev.blogspot.com TRUE / FALSE 0 INTERSTITIAL
ABqL8_g9df_JLThEQ9GaBG5pJbUsdzBjfbke_N2Pias5l4nFRLsPenLvd_4Ekf9X75E
Here is the cookies.txt file generated by HTTrack:
# HTTrack Website Copier Cookie File
# This file format is compatible with Netscape cookies
.vjetropev.blogspot.com TRUE / FALSE 1999999999 INTERSTITIAL
ABqL8_g9df_JLThEQ9GaBG5pJbUsdzBjfbke_N2Pias5l4nFRLsPenLvd_4Ekf9X75E
I tried running the following command using wget and it worked perfectly:
wget -x --load-cookies=cookies.txt <http://vjetropev.blogspot.com/>
So what's going on? HTTrack seems to be recognizing the cookies file, as there
is a copy of it in the project folder, so why does it fail with a "No data
seems to have been transfered during this session." message? | |