Link to a file in a node / storage provider

Link to a file in a node / storage provider

Issue

How do I make a direct link to a file or folder inside a File Service node ?


Solution

webNetwork 6.x

To link to a file create a Standard Link tile that points to:
/servlet/com.stoneware.servlets.SwIFTGetFileServlet/New%20Text%20Document.txt?fileName=/Home/Document.txt

To link to a folder (file node) using MyFiles, create a Standard Link tile that points to:
/swFileServices/explorer/index.jsp?root=/Home 

To link to a folder (file node) using webStorage, create a Standard Link tile that points to:
/swFileServices/reach/index.jsp?root=/Home


If you are trying to do this by just adding a MyTiles tile to your personal desktop, you will need to add your Cloud URL address for example:
https://cloud.example-cloud.com/swFileServices/reach/index.jsp?root=/Home

If you are NOT authenticated then you can use the following example to have the user authenticate first:
https://cloud.example-cloud.com/index.jsp?redirectTo=/swFileServices/swfile/view/Home/test.doc


Link to file in a file node
Direct File link
Link to folder

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • Default file services to a specific node upon launching

        File Services: Make a standard link to : /swFileServices/explorer/index.jsp?cwd=/Home  This will load file services like normal but default to the Home node.  If you want to open up to a specific node and only that node then do :  ...
      • Hide file service node

        How can I give access to a file service node to users but not have it show up in file services? Remove the BROWSE right from the node and it will not show up in file services but the user will still have access.
      • How to configure a webNetwork file service node ?

        To configure a native node:  * Remember that native is where the SWIFT services is running.  Host <blank>  Path :  Windows - c:\stoneware  Linux/Unix - /usr/stoneware  Netware - sys:stoneware  To configure a CIFS node:  Example Information:  Server ...
      • How to deploy Cloud Storage Providers

        Here are links to documentation for setup of each Cloud Storage Provider available in webNetwork File Services: Google Drive Cloud Storage Setup OneDrive Cloud Storage Setup * Box Cloud Storage Setup Dropbox Cloud Storage Setup OneDrive for ...
      • Debug CIFS file nodes

        ** Test with the Net use command ** From the main stoneware server go to a cmd prompt and type : ping server      Where server = the server name that holds the share. Make sure the ip number that comes back is the proper ip number then do a : ping -a ...