Differences
This shows you the differences between the selected revisions of the page.
library_examples 2020-09-16 | library_examples 2020-12-25 (current) | ||
Line 13: | Line 13: | ||
^ Example ^ Languages ^ | ^ Example ^ Languages ^ | ||
- | | [[script_download_timestamped_filename|Downloading file to timestamped-filename]] | PowerShell | | + | | [[script_download_timestamped_filename|*]] | PowerShell | |
- | | [[script_download_most_recent_file|Downloading the most recent file]] | C#, PowerShell | | + | | [[script_download_most_recent_file|*]] | C#, PowerShell | |
- | | [[script_local_move_after_successful_upload|Moving local files to different location after successful upload]] | PowerShell | | + | | [[script_local_move_after_successful_upload|*]] | PowerShell | |
- | | [[library_example_delete_after_successful_download|Deleting remote files after successful remote to local synchronization]] | PowerShell | | + | | [[library_example_delete_after_successful_download|*]] | PowerShell | |
- | | [[library_example_listing_files_matching_wildcard|Listing files matching wildcard]] | PowerShell | | + | | [[library_example_listing_files_matching_wildcard|*]] | PowerShell | |
- | | [[library_example_recursive_download_custom_error_handling|Recursively download directory tree with custom error handling]] | C#, PowerShell | | + | | [[library_example_recursive_download_custom_error_handling|*]] | C#, PowerShell | |
- | | [[library_example_recursive_search_text|Search recursively for text in remote directory / Grep files over SFTP/FTP protocol]] | PowerShell | | + | | [[library_example_recursive_search_text|*]] | PowerShell | |
- | | [[library_example_verify_file_checksum|Verify checksum of a remote file against a local file over SFTP/FTP protocol]] | PowerShell | | + | | [[library_example_verify_file_checksum|*]] | PowerShell | |
- | | [[script_locking_files_while_uploading|Locking files while uploading / Upload to temporary file name]] | PowerShell | | + | | [[script_locking_files_while_uploading|*]] | PowerShell | |
- | | [[script_upload_file_list|Uploading a list of files]] | PowerShell | | + | | [[script_upload_file_list|*]] | PowerShell | |
- | | [[library_example_find_duplicate_files|Find duplicate files in SFTP/FTP server]] | PowerShell | | + | | [[library_example_find_duplicate_files|*]] | PowerShell | |
- | | [[script_custom_listing_format_csv|Custom directory listing format (CSV)]] | PowerShell | | + | | [[script_custom_listing_format_csv|*]] | PowerShell | |
- | | [[library_example_parallel_transfers|Automating transfer in parallel connections over SFTP/FTP protocol]] | C#, PowerShell | | + | | [[library_example_parallel_transfers|*]] | C#, PowerShell | |
- | | [[guide_protecting_credentials_for_automation|Protecting credentials used for automation]] | C#, PowerShell | | + | | [[guide_protecting_credentials_for_automation|*]] | C#, PowerShell | |
- | | [[library_example_check_existence_timestamp|Checking file existence and timestamp]] | C#, %%VB.NET%%, PowerShell, JScript, VBScript | | + | | [[library_example_check_existence_timestamp|*]] | C#, %%VB.NET%%, PowerShell, JScript, VBScript | |
- | | [[script_downloading_when_done_file_exists|Downloading files from FTP/SFTP server only after "done" file is created]] | PowerShell | | + | | [[script_downloading_when_done_file_exists|*]] | PowerShell | |
- | | [[script_download_files_to_same_folder|Downloading all files from FTP/SFTP to the same local folder]] | PowerShell || | + | | [[script_download_files_to_same_folder|*]] | PowerShell || |
- | | [[library_example_zip_and_upload|Pack files to ZIP archive and upload it]] | PowerShell | | + | | [[library_example_zip_and_upload|*]] | PowerShell | |
- | | [[extension_archive_and_download|Archive remote files to ZIP archive, download it, and optionally extract it]] | PowerShell | | + | | [[extension_archive_and_download|*]] | PowerShell | |
- | | [[library_example_known_hosts|Implementing SSH host key cache (known hosts)]] | C#, PowerShell | | + | | [[library_example_known_hosts|*]] | C#, PowerShell | |
- | | [[library_example_moves_files_keeping_directory_structure|Recursively move files in directory tree to/from SFTP/FTP server while preserving source directory structure]] | C#, PowerShell | | + | | [[library_example_moves_files_keeping_directory_structure|*]] | C#, PowerShell | |
- | | [[library_example_download_clipboard|Download remote file from a path stored in clipboard]] | PowerShell | | + | | [[library_example_download_clipboard|*]] | PowerShell | |
- | | [[library_example_watch_for_changes|Watching for changes in SFTP/FTP server]] | C#, PowerShell | | + | | [[library_example_watch_for_changes|*]] | C#, PowerShell | |
- | | [[library_example_advanced_rename|Advanced files rename on SFTP/FTP server]] | PowerShell | | + | | [[library_example_advanced_rename|*]] | PowerShell | |
- | | [[library_example_keep_local_directory_up_to_date|Keep local directory up to date (download changed files from remote SFTP/FTP server)]] | PowerShell | | + | | [[library_example_keep_local_directory_up_to_date|*]] | PowerShell | |
- | | [[library_example_remember_downloaded_files|Remember already downloaded files so they are not downloaded again]] | PowerShell | | + | | [[library_example_remember_downloaded_files|*]] | PowerShell | |
- | | [[library_example_winforms_progressbar|Displaying FTP/SFTP transfer progress on WinForms ProgressBar]] | C#, VB.NET | | + | | [[library_example_two_way_synchronize_delete|*]] | PowerShell | |
+ | | [[library_example_winforms_progressbar|*]] | C#, VB.NET | | ||
~~AD~~ | ~~AD~~ |