Skip to content

Instantly share code, notes, and snippets.

@shotahorii
Created March 8, 2019 10:15
Show Gist options
  • Save shotahorii/0a136ecd0720dc127ac84f63eda33e8a to your computer and use it in GitHub Desktop.
Save shotahorii/0a136ecd0720dc127ac84f63eda33e8a to your computer and use it in GitHub Desktop.
Upload file to server

How to upload a local file to a server in secure

Following command on terminal. (Detailed explanation here)

scp your_file.csv [email protected]:/path/to/destination/directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment