copy folder from network path to local drive

Discuss RoboTask here
Post Reply
mohi
Posts: 1
Joined: Sat Oct 02, 2021 7:25 am

copy folder from network path to local drive

Post 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?
Oleg
Site Admin
Posts: 3004
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: copy folder from network path to local drive

Post 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>
Oleg Yershov
Post Reply