Guys, I am new to this. Thus, really need your expert advice.
I want to transfer file from C:/inetpub/vhosts/domain.com/subfolderA from Server 1 in location A
into
E:/inetpub/vhosts/domain.com of server 2 in location B
automatically.
Both are win server 2008.
How possible izzit?
Use vbscript call to copy all files/folders is definitely not a problem.
But how about transfer of files/folders from server 1 to server 2 in a remote location?
Zip it first? Shell? FTP? Security of the files when being move to remote location?
Any example scripts or similar reference? in vbscript or php.