Differences
This shows you the differences between the selected revisions of the page.
2012-04-03 | 2012-04-03 | ||
library_session_listdirectory powershell example (martin) | library_session_executecommand vb.net and powershell example (martin) | ||
Line 7: | Line 7: | ||
| [[library_session_listdirectory#example|Session.ListDirectory method example]] | Retrive and print contents of remote directory. | C#, VB.NET, PowerShell | | | [[library_session_listdirectory#example|Session.ListDirectory method example]] | Retrive and print contents of remote directory. | C#, VB.NET, PowerShell | | ||
| [[library_session_synchronizedirectories#example|Session.SynchronizeDirectories method and Session.FileTransferred event example]] | Synchronize local and remote directories, handle ''Session.FileTransferred'' event to display synchronization progress. | C#, VB.NET, PowerShell | | | [[library_session_synchronizedirectories#example|Session.SynchronizeDirectories method and Session.FileTransferred event example]] | Synchronize local and remote directories, handle ''Session.FileTransferred'' event to display synchronization progress. | C#, VB.NET, PowerShell | | ||
- | | [[library_session_executecommand#example|Session.ExecuteCommand method example]] | Execute a command on a remote side, download results. | C# | | + | | [[library_session_executecommand#example|Session.ExecuteCommand method example]] | Execute a command on a remote side, download results. | C#, VB.NET, PowerShell | |