We are trying to push files from Alteryx server to UNC path. I would like to know if there is any documentation around this. We need to pass username/password along with UNC path in the Alteryx script/workflow but I have no idea on this since I'm just a beginner.
UNC is an acronym for Universal Naming Convention or Uniform Naming Convention. Similar to a URL, a UNC path is a format for specifying the location of resources on a local network (LAN).
UNC uses the following format: \\server-name\shared-resource-pathname
Any help on this would be appreciated.