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:
oblivion 2019-02-19 16:32:30 +00:00
parent a5ecb4c35d
commit d1c2431e38
2 changed files with 2 additions and 2 deletions

View file

@ -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());