Skip to content
Back home
The home of William Rendell
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
  • Search
Back home
  • Search
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
Home » Technical » Computing » SCP command local to remote location
Computing Technical

SCP command local to remote location

by William Rendell|Published October 19, 2021

scp -r /local/directory remote_username@ipaddress:/remote/directory

  • Linux

You may also like

Published January 28, 2021

Remove active PPP connection (L2TP, PPTP etc) on Mikrotik using a script

If you ever have the need to only allow PPP connection(s) (L2TP, PPTP etc) for a certain time period, you can use […]

Published November 8, 2019

Mikrotik Script to calculate Average CPU Load & email notification

# Average CPU Load Notification.# This will email you once when average CPU Load reaches the set CPU Threshold value.# When average […]

find large files in linux
Published November 27, 2009

find large files in linux

find <path> -size +10000k -print0 | xargs -0 ls -l http://linuxandfriends.com/2008/09/10/how-to-find-large-files-in-linux-using-command-line/

Virtualmin Bleeding Edge Packages
Published September 29, 2010

Virtualmin Bleeding Edge Packages

I have just been working on a site that needs PHP 5.2 or above. The stock  repositories for Centos that are provided by […]

Post navigation

  • Previous post Block TikTok using Mikrotik
  • Back to post list
  • Next post rsync local to remote qnap

© 2026  – All rights reserved

Powered by WP – Designed with the Customizr Theme