mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #114] [MERGED] Ssh examples addition/update. #163
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:ssh_examples_update📝 Commits (8)
3138336reset90cd321reference/SshBasics: MT example with CoFor added.7572c5bMerge branch 'ultimatepp:master' into ssh_examples_update1d384c7reference/SshBasics: Cosmetics.9998c80Merge branch 'ultimatepp:master' into ssh_examples_update92753dfMerge branch 'ultimatepp:master' into ssh_examples_update49d19f1Merge branch 'ultimatepp:master' into ssh_examples_updatef3755a2Merge 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.