copy file from windows to linux code example
Example 1: copy file in linux command line
cp [OPTION] Source Destination
cp [OPTION] Source Directory
cp [OPTION] Source-1 Source-2 Source-3 Source-n Directory
Example 2: copy file from linux to windows ssh
#Download pscp.exe
#./ at the end downloads the file into current directory
scp -P 22 Linux-User@Linux-IpAddress:Exact file path ./