Differences
This shows you the differences between the selected revisions of the page.
| 2011-04-29 | 2011-04-29 | ||
| syntax (martin) | session_url (martin) | ||
| Line 5: | Line 5: | ||
| * If you use stored session in the GUI, try using it from the script as well, using ''open <stored session>'' command to see, if it makes the script working. | * If you use stored session in the GUI, try using it from the script as well, using ''open <stored session>'' command to see, if it makes the script working. | ||
| * Very common difference is not enabling passive mode in the script. | * Very common difference is not enabling passive mode in the script. | ||
| - | * You may possibly have some special characters in the password or username. See article on [[faq_url_special_characters|using special characters]]. | + | * You may possibly have some special characters in the [[session_url|session URL]] in the script. |
| You can also enable [[logging|session logging]] both in GUI (on //[[ui_login_logging|Logging tab]]// of Login dialog) and script (using command-line parameter ''[[commandline|/log]]'') and compare the logs to find out what is different. | You can also enable [[logging|session logging]] both in GUI (on //[[ui_login_logging|Logging tab]]// of Login dialog) and script (using command-line parameter ''[[commandline|/log]]'') and compare the logs to find out what is different. | ||