Differences
This shows you the differences between the selected revisions of the page.
| 2011-05-24 | 2011-07-30 | ||
| session_configuration#stored (martin) | sftp scp (martin) | ||
| Line 3: | Line 3: | ||
| Possible consequences are: | Possible consequences are: | ||
| - | * The script fails (or "hangs"), because the [[ssh#verifying_the_host_key|host key]] (SFTP or SCP) or [[ftps#certificate|certificate]] (FTPS) is not known by the service's account, and WinSCP fails (or asks for) its verification. | + | * The script fails (or "hangs"), because the [[ssh#verifying_the_host_key|host key]] ([[SFTP]] or [[SCP]]) or [[ftps#certificate|certificate]] (FTPS) is not known by the service's account, and WinSCP fails (or asks for) its verification. |
| * The connection fails, because your script depends on [[session_configuration#stored|stored session]], which is not known by the service's account. | * The connection fails, because your script depends on [[session_configuration#stored|stored session]], which is not known by the service's account. | ||
| * Environment variables referenced in script are not resolved, because they are not set by the service's account. | * Environment variables referenced in script are not resolved, because they are not set by the service's account. | ||