Differences
This shows you the differences between the selected revisions of the page.
2017-10-19 | 2019-06-20 | ||
typo (martin) | Typo in second paragraph (this guides -> this guide) (75.133.84.254) | ||
Line 4: | Line 4: | ||
//This guide describes how to implement SFTP transfer in .NET application using WinSCP.// | //This guide describes how to implement SFTP transfer in .NET application using WinSCP.// | ||
- | WinSCP is SFTP client with [[scripting]] interface that you can use to automate many operations that it supports, including file transfers, synchronization and other. So WinSCP itself is not a library (e.g. [[library|.NET assembly]]) that you can call directly. Though this guides shows you how to use it seamlessly from the .NET code. | + | WinSCP is SFTP client with [[scripting]] interface that you can use to automate many operations that it supports, including file transfers, synchronization and other. So WinSCP itself is not a library (e.g. [[library|.NET assembly]]) that you can call directly. Though this guide shows you how to use it seamlessly from the .NET code. |
===== Before Starting ===== | ===== Before Starting ===== |