|
copying files
Hi,
If the files in the same directory you can use one of these comands:
go to the path where is the file is located by cd comand
then do
cp [the path] [the file name [the pathe where you want to keep][the file name]
you can also use mv in the same way
If the files are in different filesystems you have to use:
FTP comand
good luck
|