mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-29 06:06:54 -06:00
SSH: Examples updated, reflecting the changes in SSH package.
git-svn-id: svn://ultimatepp.org/upp/trunk@12775 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a5ecb4c35d
commit
d1c2431e38
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ void SFtpTransparency(SshSession& session)
|
|||
SFtpFileSystemInfo sfsi(sftp);
|
||||
|
||||
LOG("Remote file system objects---------------------------------------------------------");
|
||||
ReadDirEntries(sfsi, "/pub/example/*.png");
|
||||
ReadDirEntries((FileSystemInfo&) sfsi, "/pub/example/*.png");
|
||||
|
||||
if(sftp.IsError())
|
||||
LOG(sftp.GetErrorDesc());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue