mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -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
af824bcab0
commit
9634a47799
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