mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-27 22:03:43 -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
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue