Differences
This shows you the differences between the selected revisions of the page.
library_remotefileinfo 2016-07-29 | library_remotefileinfo 2020-12-24 (current) | ||
Line 1: | Line 1: | ||
====== RemoteFileInfo Class ====== | ====== RemoteFileInfo Class ====== | ||
- | Represents data about remote file. | + | Represents data about a remote file. |
~~AD~~ | ~~AD~~ | ||
Line 35: | Line 35: | ||
===== Remarks ===== | ===== Remarks ===== | ||
- | Instance of the class can be created by the WinSCP assembly only. You can only get an instance of the class by calling ''[[library_session_listdirectory|Session.ListDirectory]]'' or ''[[library_session_getfileinfo|Session.GetFileInfo]]''. | + | This class can only be instantiated by the WinSCP assembly. To get an instance of the class, call ''[[library_session_listdirectory|Session.ListDirectory]]'' or ''[[library_session_getfileinfo|Session.GetFileInfo]]''. |
===== Examples ===== | ===== Examples ===== | ||
Line 42: | Line 42: | ||
==== Real-Life Examples ==== | ==== Real-Life Examples ==== | ||
- | * [[library_example_check_existence_timestamp|Checking file existence and timestamp]]; | + | * [[library_example_check_existence_timestamp|*]]; |
- | * [[library_example_listing_files_matching_wildcard|Listing files matching wildcard]]; | + | * [[library_example_listing_files_matching_wildcard|*]]; |
- | * [[library_example_recursive_search_text|Search recursively for text in remote directory / Grep files over SFTP/FTP protocol]]; | + | * [[library_example_recursive_search_text|*]]; |
- | * [[library_example_recursive_download_custom_error_handling|Recursively download directory tree with custom error handling]]; | + | * [[library_example_recursive_download_custom_error_handling|*]]; |
- | * [[library_example_find_duplicate_files|Find duplicate files in SFTP/FTP server]]; | + | * [[library_example_find_duplicate_files|*]]; |
- | * [[script_custom_listing_format_csv|Custom directory listing format (CSV)]]. | + | * [[script_custom_listing_format_csv|*]]. |