<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to open a file directly on the public network server? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-open-a-file-directly-on-the-public-network-server/m-p/639656#M83720</link>
    <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;serverIP = "999.888.38.99";
serverfilepath = "C:\3\123.json";
serverusername = "Administrator";
serverpassword = "test";&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 09 Jun 2023 16:11:34 GMT</pubDate>
    <dc:creator>UersK</dc:creator>
    <dc:date>2023-06-09T16:11:34Z</dc:date>
    <item>
      <title>How to open a file directly on the public network server?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-a-file-directly-on-the-public-network-server/m-p/639656#M83720</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;serverIP = "999.888.38.99";
serverfilepath = "C:\3\123.json";
serverusername = "Administrator";
serverpassword = "test";&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:11:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-a-file-directly-on-the-public-network-server/m-p/639656#M83720</guid>
      <dc:creator>UersK</dc:creator>
      <dc:date>2023-06-09T16:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to open a file directly on the public network server?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-open-a-file-directly-on-the-public-network-server/m-p/639663#M83721</link>
      <description>&lt;P&gt;The search term you are looking for is "UNC name". Something like this, if the server exposes the path for your credentials:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;\\192.168.99.88\xxx\yyy.csv&lt;/P&gt;
&lt;P&gt;servers inside your organization usually have names, so maybe&lt;/P&gt;
&lt;P&gt;\\zzzserver\xxx\yyy.csv&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's for windows. Mac is different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, you can set it up as a drive letter on your local machine and ignore the UNC name. The UNC name is more portable if you have several machines you might run a script on (because it takes work to make the drive letter mapping be the same on many machines.) The drive letter mapping provides a nice indirection if the data might move from server to server...remap the "z:" drive and scripts that use z: keep working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 01:05:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-open-a-file-directly-on-the-public-network-server/m-p/639663#M83721</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2023-06-07T01:05:16Z</dc:date>
    </item>
  </channel>
</rss>

