Web Hosting Talk







View Full Version : Telnet command (copy)


Dedicated
03-19-2002, 02:14 PM
how do I copy the content of a domain to another domain from telnet.

ffeingol
03-19-2002, 03:07 PM
It's a bit hard to answer your question w/o much detail, but in general:

cp -Rp /path/to/copy/from/* /path/to/copy/to/.

the -R copies all the sub-directories and the -p preserves the modified date/time.

Frank