Thread: Telnet Question
View Single Post
Old 01-09-2004, 11:31 PM  
some_idiot
Confirmed User
 
Join Date: May 2002
Location: Doesn't matter, I'm not buying you another pint!
Posts: 1,511
Quote:
Originally posted by Liveplaygirls
Hello,

Can someone tell me how i can copy in telnet on a linux server a directory to another directory

i cant find out why

Thanks

Martien
Regardless if it's telnet, any type of shell.

cp -R /dir1 /dir2

-R = recurse the directory

A simple cp /dir1 to /dir2 will complain about it being a directory.
__________________

This AVS pays my mortgage!
some_idiot is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote