Moving Data (ftp and scp)

You may have some data that is not contained in a git repo on your local computer, and you want to get it to your server where your program is. Now of course you can put it on a webserver and download it with wget, but not everyone as immediate access to a webserver. There are two tried and true options for this: ftp and scp

FTP

SCP