Differences
This shows you the differences between the selected revisions of the page.
2017-02-10 | 2017-02-11 | ||
c# (martin) | csharp anchor (martin) | ||
Line 1: | Line 1: | ||
====== Automating download in parallel connections over SFTP/FTP protocol ====== | ====== Automating download in parallel connections over SFTP/FTP protocol ====== | ||
- | ===== C# ==== | + | ===== [[csharp]] C# ==== |
The example opens by default three parallel connections and uses them to download remote file tree to local folder in parallel. | The example opens by default three parallel connections and uses them to download remote file tree to local folder in parallel. |