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

      • Change Reset Password Button Text

        Change the text of the "Reset Password" button on the UW Login Page How to change the text of the Reset Password button on the Login Page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants ...
      • Remove Reset Password Button From Login Page

        Remove the Reset Password Button from the Login Page How to remove the Reset Password button from the Unified Workspace login page. Login to webNetwork and open webAdmin on your Relay Central Server Expand Customization Center Expand Tenants Expand ...
      • Lenovo Unified Workspace End-of-Life Questions and Answers

        As of January 31st 2024, Lenovo Unified Workspace (formerly Stoneware WebNetwork) is no longer supported. This means that we no longer provide licenses, downloads, updates, patches, or technical assistance for this product. If you have any questions ...
      • 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 ...
      • 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 ...