Differences
This shows you the differences between the selected revisions of the page.
2013-04-16 | 2013-04-30 | ||
library_filetransferprogresseventargs (martin) | Using camel case for PowerShell built-in constants as MS does (martin) | ||
Line 184: | Line 184: | ||
$transferOptions.TransferMode = [WinSCP.TransferMode]::Binary | $transferOptions.TransferMode = [WinSCP.TransferMode]::Binary | ||
- | $transferResult = $session.PutFiles("b:\toupload\*", "./", $FALSE, $transferOptions) | + | $transferResult = $session.PutFiles("b:\toupload\*", "./", $False, $transferOptions) |
# Throw on any error | # Throw on any error |