Differences
This shows you the differences between the selected revisions of the page.
2012-02-18 | 2012-02-18 | ||
link to library_com_wsh#vbscript no longer needed (martin) | library_session_getfiles#example has VB.NET example (martin) | ||
Line 5: | Line 5: | ||
| [[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# | | ||
| [[library_session_getfiles#example|Session.GetFiles, Session.FileExists and Session.GetFileInfo methods example]] | Check remote file existence, read remote file modification (last write) timestamp, conditionally download file. | C# | | | [[library_session_getfiles#example|Session.GetFiles, Session.FileExists and Session.GetFileInfo methods example]] | Check remote file existence, read remote file modification (last write) timestamp, conditionally download file. | C# | | ||
- | | [[library_session_listdirectory#example|Session.ListDirectory method example]] | Retrive and print contents of remote directory. | C# | | + | | [[library_session_listdirectory#example|Session.ListDirectory method example]] | Retrive and print contents of remote directory. | C#, VB.NET | |
| [[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# | | | [[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# | | ||