Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The Remote File API allows a UI-side component to browse and access files on the WinGate server even if the WinGate server is being accessed remotely. 

File Browsing

Using file browser API function such as FileBrowserBrowse and FileBrowserGetFile a UI-side component can present a file browsing dialog that can view files on the WinGate server. You can restrict the access to directories only or files and directories and users can create directories on the server through the dialog.

Remote File Access

As well as remote file selection you also perform read only file access functionson files on the WinGate Server. Remote file access blocks until the called function returns therefore you should not call it from within the User Interface thread.

  • No labels