Differences
This shows you the differences between the selected revisions of the page.
2016-03-07 | 2016-03-07 | ||
library_example_check_existence_timestamp (martin) | simple getfiles example (martin) | ||
Line 4: | Line 4: | ||
^ Example ^ Description ^ Languages ^ | ^ Example ^ Description ^ Languages ^ | ||
| [[library#example|Overall example]] | Create a session, upload a file and check/print results. | C#, VB.NET, PowerShell, JScript, VBScript, VBA, Perl, SSIS | | | [[library#example|Overall example]] | Create a session, upload a file and check/print results. | C#, VB.NET, PowerShell, JScript, VBScript, VBA, Perl, SSIS | | ||
- | | [[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 example]] | 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, JScript | | | [[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 | |