Skip to content

HTML5 Client : Utilisation du transfert de fichiers

File Transfer peut être effectué de plusieurs manières sur TSplus : depuis la version 12.50, un menu contextuel est disponible pour télécharger des fichiers du serveur vers le PC local :

Screenshot 1 More information can be found on this documentation .

Utilizando el menú superior para la transferencia de archivos:

Screenshot 2 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 the RDP session you can access it via Explorer by clicking on “WebFile” or call “\\tsclient\WebFile” directly.

Screenshot 3 Screenshot 4

Hay 3 posibilidades diferentes para transferir un archivo:

  • From the local computer to the server:

Screenshot 5 Screenshot 6

  • From the server to the local computer:

Screenshot 7 Screenshot 8

  • El administrador de archivos que le permite transferir archivos desde la computadora local al servidor, con un historial de los archivos transferidos:

Screenshot 9 Screenshot 10

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

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

Screenshot 11 When using a custom folder, make sure this folder exists on client and server sides. You can set the upload/download destination folder on the Web Portal preferences tile on the web tab of the Admin Tool.

Screenshot 12

If you want to avoid this behavior, set the following line on the setting.js file which path is by default: C:\Program Files (x86)\tsplus\Clients\www\software\html5\settings.js :

dropboxonnewfile = 0;

Zusätzlich können Sie einstellen:

sharedfolder = "oui";

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

If you do not have a file named “settings.js” in the “C:\Program Files (x86)\TSplus\Clients\www\software\html5” folder, then your TSplus version is older and this documentation does not apply. Please update your system first or contact support.

  • By default, explorer is used to transfer files. You can also directly download your files from server to client by checking the “use TSplus GUI”, and copy any files into the webfile folder:

Screenshot 13