Yesterday we bowed for kings and bent our necks before emperors. But today, we kneel only to truth -- Khalil Gibran

  • Categories:
  • Syndication


  • Advanced

    Copying Files Over SSH with SCP

    SCP stands for “Secure Copy.” Basically, it’s used to copy files between machines securely. SCP operates over the SSH protocol; therefore, files that are copied between hosts are transferred as securely as transmissions over SSH itself. Unix-based machines running as SSH servers support scp by default. Windows can support it as well.
    (more…)