Differences
This shows you the differences between the selected revisions of the page.
2016-11-21 | 2016-11-23 | ||
using ps> interwiki link (martin) | no summary (217.64.22.114) (hidden) | ||
Line 37: | Line 37: | ||
<code xml> | <code xml> | ||
<Configuration> | <Configuration> | ||
- | <UserName>martin</UserName> | + | <UserName>helpd</UserName> |
- | <Password>mypassword</Password> | + | <Password>temp67</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 = "example.com" | + | HostName = "\\10.0.101.220\d$" |
UserName = $config.Configuration.UserName | UserName = $config.Configuration.UserName | ||
Password = $config.Configuration.Password | Password = $config.Configuration.Password |