mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-02 16:22:40 -06:00
SshBasic: SFtp-MT example improved.
git-svn-id: svn://ultimatepp.org/upp/trunk@12990 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4c50f8b1be
commit
aaee8035db
1 changed files with 2 additions and 0 deletions
|
|
@ -54,7 +54,9 @@ void SFtpAsyncGet(SshSession& session)
|
|||
if(worker.IsFinished()) {
|
||||
CheckError(worker);
|
||||
workers.Remove(i);
|
||||
break;
|
||||
}
|
||||
Sleep(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue