Is it possible to download an Elgg page using wget or lynx dump from command line on Linux?
For example: wget --save-cookies cookies.txt --keep-session-cookies https://myelgg.domain/
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- iionly@iionly

iionly - 0 likes
- And@and_

And - 0 likes
You must log in to post replies.https://www.linuxjournal.com/content/downloading-entire-web-site-wget
wget --save-cookies cookies.txt \
--keep-session-cookies \
--user=******** \
--password=******** \
--delete-after \
https://website.org
wget --load-cookies cookies.txt \
--html-extension \
https://website.org/page
Problem with logging in.