I need to copy all the files and folders from my company's network folder (of another employees) to my virtual machine.
For example
Source: \\ABCCL001569\Code\
Destination: /var/www/html/code_Dump
Is this possible scp? If so how?
Once copied to
/var/www/html/code_DumpI need to move the entire list of files and directories to/var/www/html/another_location
cp,rsyncscp... take your pick!