Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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