Total Pageviews

Monday 7 May 2012

scp - secure copy (remote file copy program)

 scp -P 22 dump_file_name.dmp.gz oracle@IP_Address_remote_server:/home/oracle/

scp copies files between hosts on a network. It uses ssh  for data transfer, and uses the same authentication and provides the same security as ssh. Unlike rcp, scp will ask for passwords or passphrases if they are needed for authentication.


-p atribute Preserves modification times, access times, and modes from the original file.

No comments:

Post a Comment