ForumsSearch
Search results for "Posted by trem"
Author | Message |
---|---|
trem |
Hello,
for about 1,5 months the following download-command isn't working anymore -- it has been working for years. Please could you tell me, how the command should be written. many thanks, Tobias curl \ --output /dev/null \ --form 'email=YOUR_EMAIL' \ --form 'pass=YOUR_PASSWORD' \ --form 'remember=1' \ --cookie-jar ${root}/cookies.txt \ http://www.toodledo.com/signin.php \ --output toodledo.xml \ https://www.toodledo.com/tools/xml.php |