[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Copying from telnet sessions to local



copying 1 file:    cp source_file target_file
Copying directory:    cp source_dir target_dir
Copying directory while retaining permissions, and time stamps, and
filenames:    cp -p source_dir target_dir

just replace the source_dir and source file with what u want to copy and
replace the targets with where u want it

example:

Copy /home/bah/ha/blah/some.cgi to /home/bah/haha/blah/

cd /home/bah/ha/blah/
cp some.cgi /home/bah/haha/blah/

there...it's done..


if you are planning on doing much unix work, grab a copy of "Unix Unleashed"
from amazon...it's the best $40 that you'll ever spend! and the best 1600
page book on the market ;)





----- Original Message -----
From: Troy Veatch <TVeatch@xxxxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Thursday, February 24, 2000 8:17 PM
Subject: [cobalt-users] Copying from telnet sessions to local


> I need to copy some files from a telnet session on my qube to my local c:
> drive.  Does the command come to mind ?
>
> Thanks in advance.
>
> Troy
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>