windows copy folder from local to ssh code example
Example 1: ssh copy folder from local to remote
scp -ra /path/to/local/storage [email protected]:/path/to/copy
Example 2: ssh copy folder from local to remote
scp -P xxxx /path/of/your/local/filename username@hostname:/path/to/remote/server/folder