Use the menu for file transfer.

Unlike real RDP session the browsers do not allow to access the hard drives directly, the file transfer is emulated.

The sub-folder of gateway gets mounted as a WebFile device into your RDP session.

Inside RDP session you can access it via Explorer by clicking on “WebFile” or call “\\Jetclouding\WebFile” directly.

On the browser side the files are showed inside browser list menu. It can be opened via action menu or with Shift + F12.

When you copy files with Explorer into WebFile folder, this triggers automatically the event about the creation of a new file in WebFile folder and the browser menu opens/refreshes automatically to show new file.

If you want to avoid this behavior, set the following line in Clients\www\software\html5.html :

var opendropboxonnewfile = false;

Additionally you can set:

var sharedfolder = "yes";

to show shared folder and share your files with other users (disabled by default).

F
?