|
|
|
Ask HN: How do you move files between computers?
|
|
4 points
by jbpetersen
3337 days ago
|
|
Title says it all. EDIT to clarify: I'm just curious what kinds of setups everyone has for their own situations vs. looking for answers on what to do in my own. I'm currently using a barebones file server to move code between a couple local machines (one Windows, one Linux). |
|
The title doesn't really say it all. It depends.
How much disk space are we talking about? More, or less, than will fit on Dropbox?
Do you have one person with accounts on both machines? Or is this sharing between different people?
You mention code, and moving it. Do you really mean "move" or do you mean something closer to copy, or sync? rsync maybe? Or stick the code in git, put it in a GitHub project, and clone onto each machine then use GitHub to manage keeping them in sync?
Maybe explain the specifics more and you might get some better answers.
Personally I lean heavily on GitHub and dropbox (for different use cases). But then also sometimes use scp for copying files. Would use rsync if I had to sync files.