Differences
This shows you the differences between the selected revisions of the page.
2015-11-04 | 2015-12-14 | ||
guide_protecting_credentials_for_automation (martin) | JScript example for SynchronizeDirectories (martin) | ||
Line 6: | Line 6: | ||
| [[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#, %%VB.NET%%, PowerShell, JScript, VBScript | | | [[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#, %%VB.NET%%, PowerShell, JScript, VBScript | | ||
| [[library_session_listdirectory#example|Session.ListDirectory method example]] | Retrieve and print contents of remote directory. | C#, %%VB.NET%%, PowerShell, JScript, VBScript | | | [[library_session_listdirectory#example|Session.ListDirectory method example]] | Retrieve and print contents of remote directory. | C#, %%VB.NET%%, PowerShell, JScript, VBScript | | ||
- | | [[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, JScript | |
| [[library_session_executecommand#example|Session.ExecuteCommand method example]] | Execute a command on a remote side, download results. | C#, %%VB.NET%%, PowerShell | | | [[library_session_executecommand#example|Session.ExecuteCommand method example]] | Execute a command on a remote side, download results. | C#, %%VB.NET%%, PowerShell | | ||
| [[library_session_filetransferprogress#example|Session.FileTransferProgress event example]] | Display progress of file transfer. | C#, %%VB.NET%%, PowerShell | | | [[library_session_filetransferprogress#example|Session.FileTransferProgress event example]] | Display progress of file transfer. | C#, %%VB.NET%%, PowerShell | |