Page 1 of 1

copy folder from network path to local drive

Posted: Sat Oct 02, 2021 7:52 am
by mohi
Hi
i want to make a job that copy folder or files from network path to local drives. but in synchronize Folders action i cant see the network map drives. is it possible to use network path and drives to copy files or folders?

Re: copy folder from network path to local drive

Posted: Wed Nov 17, 2021 8:50 am
by Oleg
Please note if you man some network drive then this works only within your session.
Another session can have another settings.
If you want to use some universal name use UNC names.
For example, instead of the path
z:\documents\report.doc

you can use
\\server1\incoming\documents\report.doc

A UNC name is formed in the following way:
\\<Server_Name>\<Resource>\<subfolders>\<file_name>