Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
mohamed_ahid
Partner - Specialist
Partner - Specialist

Protected shared folder (\\Example\folder1\...)

Hi ,

i'm using a batch  to move files from a protected (by user and password) shared folder to local folder on the server .

the batch looks like :

@echo off

cls

net use * /delete /yes

net use \\File\Shared\QLIK\ Q347!EtV /USER:User1\QLIKVIEW

copy \File\Shared\QLIK\* ..\Data\

it works fine .

now i'm trying to count them , and store their names , transfer date and size on a table.

how to do that with a protected folder ? how use credential to access ?

Thx

0 Replies