file transfer

hi all

how do i copy a file from one server to another

thanks
bkan77

FTP is the simplest.

$man ftp
will give instructions on how to start ftp

ftp>help
will give help on individual commands within an ftp session.

if FTP is not available, try to use SFTP or scp

you can use rcp command

rcp file_name server_name(or IP address):/home/path

Can you explain the where to where you want to copy the files?

Awadhesh