hello,
I have tried to upload the files as source from network map drive to Azure storage using azcopy tool 10.11.0 but it throw error ,
cmd:
C:\>azcopy.exe copy "H:\3. Users\Rich\testblobofficenettest1" "https://lstestdemo.file.core.windows.net/testfileshare?sv=2020-02-10&ss=bfqt&srt=sco&sp=rwdlacuptfx&se=2021-06-30T18:24:09Z&st=2021-06-30T10:24:09Z&spr=https&sig=ssBVK%12Be%2BLQtR6hgStO7Wr514RAtx6A%2FAGnP5B%2FosR2tHo%3D" --recursive
INFO: Scanning...
INFO: Any empty folders will be processed, because source and destination both support folders
failed to perform copy command due to error: cannot start job due to error: cannot scan the path \\?\H:\3. Users\Rich\testblobofficenettest1, please verify that it is a valid.
how to resolve this error so that files can be uploaded from map drive UNC Path to Azure storage using commands of azcopy tool.
Thanks
Rich