Differences
This shows you the differences between the selected revisions of the page.
| 2016-11-23 | 2016-11-23 | ||
| no summary (217.64.22.114) (hidden) | Restored revision 1479719906. Undoing revision 1479892947. (martin) (hidden) | ||
| Line 37: | Line 37: | ||
| <code xml> | <code xml> | ||
| <Configuration> | <Configuration> | ||
| - | <UserName>helpd</UserName> | + | <UserName>martin</UserName> |
| - | <Password>temp67</Password> | + | <Password>mypassword</Password> |
| </Configuration> | </Configuration> | ||
| </code> | </code> | ||
| Line 51: | Line 51: | ||
| $sessionOptions = New-Object WinSCP.SessionOptions -Property @{ | $sessionOptions = New-Object WinSCP.SessionOptions -Property @{ | ||
| Protocol = [WinSCP.Protocol]::Sftp | Protocol = [WinSCP.Protocol]::Sftp | ||
| - | HostName = "\\10.0.101.220\d$" | + | HostName = "example.com" |
| UserName = $config.Configuration.UserName | UserName = $config.Configuration.UserName | ||
| Password = $config.Configuration.Password | Password = $config.Configuration.Password | ||