Wget seems to consider --keep-session-cookies not to be a valid command line switch, even though its documented in the man page.
Eg, raptor$ wget --load-cookies cookies.txt --save-cookies cookies.txt --keep-session-cookies --post-file=post.txt https://www.memset.com/login.php wget: unrecognized option `--keep-session-cookies' Usage: wget [OPTION]... [URL]... Try `wget --help' for more options. raptor$ wget --keep-session-cookies wget: unrecognized option `--keep-session-cookies' Usage: wget [OPTION]... [URL]... Try `wget --help' for more options. raptor$ wget -V | head -n 1 GNU Wget 1.9.1 This problem can be reproduced on another machine, which is: [EMAIL PROTECTED] oli]$ wget -V | head -n 1 GNU Wget 1.9+cvs-stable (Red Hat modified) What do you think... is it a bug?? Oli