Showing posts with label SCP COMMAND. Show all posts
Showing posts with label SCP COMMAND. Show all posts

Tuesday, August 29, 2023

SCP COMMAND SPECIAL USAGE

scp source_user@source_hostname:/path/to/source/directory/file_{1..50}_*  target_user@target_hostname:/path/to/target/directory/



go to target server location then use below command:-

scp source_user@source_hostname:/path/to/source/directory/file_{1..50}_*  .


Enable OpenSSH on Windows 11

Step 1: Install OpenSSH Server You can do this via PowerShell (run as Administrator ): Check if it's already available: Get-WindowsCapab...