The wget with cookie params is interesting but if I remember I cannot send username & password thru the URL. So I guess I need to use curl first?
Anyone has an experience with wget & CAS ? #Mirror website to a static copy for local browsing. #This means all links will be changed to point to the local files. #Note --html-extension will convert any CGI, ASP or PHP generated files to HTML (or anything else not .html). wget --mirror -w 2 -p --html-extension --convert-links -P <dir> http://www.yourdomain.com _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
