[PR #114] [MERGED] Ssh examples addition/update. #163

Closed
opened 2026-05-05 03:41:55 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/114
Author: @ismail-yilmaz
Created: 11/14/2022
Status: Merged
Merged: 12/11/2022
Merged by: @mirek-fidler

Base: masterHead: ssh_examples_update


📝 Commits (8)

  • 3138336 reset
  • 90cd321 reference/SshBasics: MT example with CoFor added.
  • 7572c5b Merge branch 'ultimatepp:master' into ssh_examples_update
  • 1d384c7 reference/SshBasics: Cosmetics.
  • 9998c80 Merge branch 'ultimatepp:master' into ssh_examples_update
  • 92753df Merge branch 'ultimatepp:master' into ssh_examples_update
  • 49d19f1 Merge branch 'ultimatepp:master' into ssh_examples_update
  • f3755a2 Merge branch 'ultimatepp:master' into ssh_examples_update

📊 Changes

4 files changed (+40 additions, -0 deletions)

View changed files

reference/SshBasics/SFtpMT2.cpp (+36 -0)
📝 reference/SshBasics/SshBasics.h (+1 -0)
📝 reference/SshBasics/SshBasics.upp (+1 -0)
📝 reference/SshBasics/main.cpp (+2 -0)

📄 Description

I have added a useful example to SshBasics example package.
The example demonstrates how to spawn multiple SFtp instances to download multiple files, using Upp::CoFor() loop parallellization function.

Please review.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/114 **Author:** [@ismail-yilmaz](https://github.com/ismail-yilmaz) **Created:** 11/14/2022 **Status:** ✅ Merged **Merged:** 12/11/2022 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `ssh_examples_update` --- ### 📝 Commits (8) - [`3138336`](https://github.com/ultimatepp/ultimatepp/commit/3138336b61548ef530cdb2ec251ae5e9372a02f1) reset - [`90cd321`](https://github.com/ultimatepp/ultimatepp/commit/90cd32138d446f1c8291016374429c47353a06f0) reference/SshBasics: MT example with CoFor added. - [`7572c5b`](https://github.com/ultimatepp/ultimatepp/commit/7572c5bf8fa9307b356530a8f0ada19986cd420b) Merge branch 'ultimatepp:master' into ssh_examples_update - [`1d384c7`](https://github.com/ultimatepp/ultimatepp/commit/1d384c76edb4ce187c0948b7d510b523b501c0f2) reference/SshBasics: Cosmetics. - [`9998c80`](https://github.com/ultimatepp/ultimatepp/commit/9998c8051758422e61217dc5353147c903dfc952) Merge branch 'ultimatepp:master' into ssh_examples_update - [`92753df`](https://github.com/ultimatepp/ultimatepp/commit/92753dfbbe7fa1f1b487398ddda778f6ace60ba5) Merge branch 'ultimatepp:master' into ssh_examples_update - [`49d19f1`](https://github.com/ultimatepp/ultimatepp/commit/49d19f1749fdde31fba3d4eb45f59b9e69032a79) Merge branch 'ultimatepp:master' into ssh_examples_update - [`f3755a2`](https://github.com/ultimatepp/ultimatepp/commit/f3755a2d1ea1d472dd6419ec167e8cccb7eab0eb) Merge branch 'ultimatepp:master' into ssh_examples_update ### 📊 Changes **4 files changed** (+40 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `reference/SshBasics/SFtpMT2.cpp` (+36 -0) 📝 `reference/SshBasics/SshBasics.h` (+1 -0) 📝 `reference/SshBasics/SshBasics.upp` (+1 -0) 📝 `reference/SshBasics/main.cpp` (+2 -0) </details> ### 📄 Description I have added a useful example to SshBasics example package. The example demonstrates how to spawn multiple SFtp instances to download multiple files, using Upp::CoFor() loop parallellization function. Please review. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:41:55 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#163
No description provided.