Differences
This shows you the differences between the selected revisions of the page.
2013-09-23 | 2013-12-20 | ||
Avoid using Register-ObjectEvent cmdlet (martin) | 5.5 removing beta tags (martin) | ||
Line 1: | Line 1: | ||
====== Session.FileTransferProgress Event ====== | ====== Session.FileTransferProgress Event ====== | ||
- | &beta_feature | ||
Occurs during file tranfer to report transfer progress. Occurs as part of either ''[[library_session_getfiles|Session.GetFiles]]'', ''[[library_session_putfiles|Session.PutFiles]]'' or ''[[library_session_synchronizedirectories|Session.SynchronizeDirectories]]''. | Occurs during file tranfer to report transfer progress. Occurs as part of either ''[[library_session_getfiles|Session.GetFiles]]'', ''[[library_session_putfiles|Session.PutFiles]]'' or ''[[library_session_synchronizedirectories|Session.SynchronizeDirectories]]''. | ||
Line 163: | Line 162: | ||
Learn more about [[library_powershell|using WinSCP .NET assembly from PowerShell]]. | Learn more about [[library_powershell|using WinSCP .NET assembly from PowerShell]]. | ||
- | &beta (* .dll *) | ||
<code powershell> | <code powershell> | ||
# Load WinSCP .NET assembly | # Load WinSCP .NET assembly | ||
- | # Use "winscp.dll" for the releases before the latest beta version. | ||
[Reflection.Assembly]::LoadFrom("WinSCPnet.dll") | Out-Null | [Reflection.Assembly]::LoadFrom("WinSCPnet.dll") | Out-Null | ||