Differences
This shows you the differences between the selected revisions of the page.
| 2013-01-10 | 2013-01-10 | ||
| &deprecated_use_net for download_timestamped_filename (martin) | &deprecated_use_net for most example scripts (martin) | ||
| Line 90: | Line 90: | ||
| ===== [[download_most_recent_file]] Downloading the most recent file ===== | ===== [[download_most_recent_file]] Downloading the most recent file ===== | ||
| + | &deprecated_use_net | ||
| + | |||
| You may use following [[guide_automation_advanced#wsh|Windows script host JavaScript code]] (''example.js''): | You may use following [[guide_automation_advanced#wsh|Windows script host JavaScript code]] (''example.js''): | ||
| Line 210: | Line 212: | ||
| ===== [[checking_file_existence]] Checking file existence ===== | ===== [[checking_file_existence]] Checking file existence ===== | ||
| + | &deprecated_use_net | ||
| + | |||
| You may use following [[guide_automation_advanced#wsh|Windows script host JavaScript code]] (''example.js''): | You may use following [[guide_automation_advanced#wsh|Windows script host JavaScript code]] (''example.js''): | ||
| Line 309: | Line 313: | ||
| ===== [[local_move_after_successful_upload]] Moving local files to different location after successful upload ===== | ===== [[local_move_after_successful_upload]] Moving local files to different location after successful upload ===== | ||
| + | &deprecated_use_net | ||
| + | |||
| WinSCP does not support move command for local files. Instead you can combine WinSCP script with batch file: | WinSCP does not support move command for local files. Instead you can combine WinSCP script with batch file: | ||
| Line 400: | Line 406: | ||
| ===== [[vbnet_robust_example]] Running WinSCP from VB.NET ===== | ===== [[vbnet_robust_example]] Running WinSCP from VB.NET ===== | ||
| + | &deprecated_use_net | ||
| Following is more robust alternative to simple example contained in guide to [[guide_dotnet|SFTP file transfers in .NET]]. | Following is more robust alternative to simple example contained in guide to [[guide_dotnet|SFTP file transfers in .NET]]. | ||