Differences
This shows you the differences between the selected revisions of the page.
2019-08-21 | 2019-08-22 | ||
no summary (177.54.217.33) (hidden) (untrusted) | Restored revision 1566422463. Undoing revision 1566422629. (martin) (hidden) | ||
Line 5: | Line 5: | ||
//This guide contains a simplified description of automating operations on FTP/SFTP server with WinSCP. You may want to see [[scripting|detailed documentation]] of the scripting functionality instead//. | //This guide contains a simplified description of automating operations on FTP/SFTP server with WinSCP. You may want to see [[scripting|detailed documentation]] of the scripting functionality instead//. | ||
- | WinSCP offerss [[scripting]] interface that you can use to automate many operations that it supports, including file transfers, synchronization and other operations. | + | WinSCP offers [[scripting]] interface that you can use to automate many operations that it supports, including file transfers, synchronization and other operations. |
//There is also [[library|WinSCP .NET assembly]] built on top of the scripting interface. If you plan to call WinSCP from your .NET code, or if your task requires conditional processing, loops or other control structures, you should better use the .NET assembly. This guide focuses on simple automation tasks using scripting interface only.// | //There is also [[library|WinSCP .NET assembly]] built on top of the scripting interface. If you plan to call WinSCP from your .NET code, or if your task requires conditional processing, loops or other control structures, you should better use the .NET assembly. This guide focuses on simple automation tasks using scripting interface only.// |