Differences
This shows you the differences between the selected revisions of the page.
| 2018-03-04 | 2020-12-24 | ||
| link update (martin) | automatically using target article title for link anchor (martin) | ||
| Line 25: | Line 25: | ||
| See also: | See also: | ||
| - | * [[script_checking_file_existence|Checking file existence]]; | + | * [[script_checking_file_existence|*]]; |
| - | * [[script_downloading_when_done_file_exists|Downloading files from FTP/SFTP server only after "done" file is created]]; | + | * [[script_downloading_when_done_file_exists|*]]; |
| - | * [[library_powershell|Using WinSCP .NET assembly from PowerShell]]; | + | * [[library_powershell|*]]; |
| * Example for ''[[library_session_fileexists#powershell|Session.FileExists]]'' (complete code for above example); | * Example for ''[[library_session_fileexists#powershell|Session.FileExists]]'' (complete code for above example); | ||
| - | * Example [[library_example_check_existence_timestamp|Checking file existence and timestamp]] (showing how to test a local and a remote file existence and how to compare local and remote file timetamps). | + | * Example [[library_example_check_existence_timestamp|*]] (showing how to test a local and a remote file existence and how to compare local and remote file timetamps). |
| ===== [[scripting]] Conditions in a Batch File ===== | ===== [[scripting]] Conditions in a Batch File ===== | ||
| Line 43: | Line 43: | ||
| See also: | See also: | ||
| - | * [[script_checking_file_existence|Checking file existence]]; | + | * [[script_checking_file_existence|*]]; |
| - | * [[script_downloading_when_done_file_exists|Downloading files from FTP/SFTP server only after "done" file is created]]; | + | * [[script_downloading_when_done_file_exists|*]]; |
| - | * [[guide_automation#results|Checking script results]]; | + | * [[guide_automation#results|*]]; |
| - | * [[guide_automation_advanced|Advanced FTP/SFTP scripting]]; | + | * [[guide_automation_advanced|*]]; |
| - | * [[guide_interpreting_xml_log|Interpreting XML log for advanced scripting]]. | + | * [[guide_interpreting_xml_log|*]]. |