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

Change Nagios web users password
Published September 7, 2022

Change Nagios web users password

htpasswd -c /etc/nagios/htpasswd.users nagiosuser Then enter new password for nagiosuser

Installing VLC on Aspire One Linux
Published November 10, 2009

Installing VLC on Aspire One Linux

The below is instructions  on how to install VLC on an Acer AA1 running Linpus, these deatails and credit were found at […]

Published August 27, 2021

Block TikTok using Mikrotik

/ip firewall filter add action=drop chain=forward dst-address-list=TikTok src-address=10.0.0.0/24 /ip firewall mangle add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d chain=prerouting content=.tiktok.com src-address=10.0.0.0/24 add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d […]

Self signed Cert for Outlook Anywhere
Published April 28, 2011

Self signed Cert for Outlook Anywhere

This needs to be edited and entered in the Exchange Shell, do so at your own risk – I will not be […]

Post navigation

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

© 2025  – All rights reserved

Powered by WP – Designed with the Customizr Theme