Tuesday, April 15, 2014

How to Transfer file with Specific Bandwidth using SCP comand

Scope:

           Where Bandwidth in not higher.
           
Environment:

                  Oracle Linux, Red hat Enterprise Linux

Command Format :
 
                              scp -l 200 File_Name User@IP:Location

Here 200 mean 200 kbps file transfer speed.

Command Example:

scp -l 200 dump.tgz oracle@192.168.12.100:/u01/app/oracle/


Thanks,
Kaziul Islam Bulbul,
Dhaka, Bangladesh.