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

@ -55,7 +55,7 @@ GUI_APP_MAIN
SFtp sftp(session);
SFtpFileSystemInfo sfsi(sftp);
FileSel fsel;
fsel.Filesystem(sfsi);
fsel.Filesystem((FileSystemInfo&) sfsi);
fsel.BaseDir(sftp.GetDefaultDir());
while(fsel.Asking(false).ExecuteOpen("Select a file to download (Select cancel to quit)")) {
pi.Reset();