Differences
This shows you the differences between the selected revisions of the page.
library_examples 2012-06-06 | library_examples 2020-12-25 (current) | ||
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 | | + | | [[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 | | ||
+ | ===== Real-Life Examples ===== | ||
+ | |||
+ | ^ Example ^ Languages ^ | ||
+ | | [[script_download_timestamped_filename|*]] | PowerShell | | ||
+ | | [[script_download_most_recent_file|*]] | C#, PowerShell | | ||
+ | | [[script_local_move_after_successful_upload|*]] | PowerShell | | ||
+ | | [[library_example_delete_after_successful_download|*]] | PowerShell | | ||
+ | | [[library_example_listing_files_matching_wildcard|*]] | PowerShell | | ||
+ | | [[library_example_recursive_download_custom_error_handling|*]] | C#, PowerShell | | ||
+ | | [[library_example_recursive_search_text|*]] | PowerShell | | ||
+ | | [[library_example_verify_file_checksum|*]] | PowerShell | | ||
+ | | [[script_locking_files_while_uploading|*]] | PowerShell | | ||
+ | | [[script_upload_file_list|*]] | PowerShell | | ||
+ | | [[library_example_find_duplicate_files|*]] | PowerShell | | ||
+ | | [[script_custom_listing_format_csv|*]] | PowerShell | | ||
+ | | [[library_example_parallel_transfers|*]] | C#, PowerShell | | ||
+ | | [[guide_protecting_credentials_for_automation|*]] | C#, PowerShell | | ||
+ | | [[library_example_check_existence_timestamp|*]] | C#, %%VB.NET%%, PowerShell, JScript, VBScript | | ||
+ | | [[script_downloading_when_done_file_exists|*]] | PowerShell | | ||
+ | | [[script_download_files_to_same_folder|*]] | PowerShell || | ||
+ | | [[library_example_zip_and_upload|*]] | PowerShell | | ||
+ | | [[extension_archive_and_download|*]] | PowerShell | | ||
+ | | [[library_example_known_hosts|*]] | C#, PowerShell | | ||
+ | | [[library_example_moves_files_keeping_directory_structure|*]] | C#, PowerShell | | ||
+ | | [[library_example_download_clipboard|*]] | PowerShell | | ||
+ | | [[library_example_watch_for_changes|*]] | C#, PowerShell | | ||
+ | | [[library_example_advanced_rename|*]] | PowerShell | | ||
+ | | [[library_example_keep_local_directory_up_to_date|*]] | PowerShell | | ||
+ | | [[library_example_remember_downloaded_files|*]] | PowerShell | | ||
+ | | [[library_example_two_way_synchronize_delete|*]] | PowerShell | | ||
+ | | [[library_example_winforms_progressbar|*]] | C#, VB.NET | | ||
+ | |||
+ | ~~AD~~ |