Y
Hacker News
new
|
ask
|
show
|
jobs
by
ktm5j
2919 days ago
I usually go straight to tar & ssh over scp since you can do directories where you can't with scp. But yeah, if you just have some files scp works.
1 comments
mijamo
2919 days ago
You can obviously send directories with scp, just use -r. Or am I missing something?
link
charlchi
2919 days ago
Recently used it to copy half a terabyte of stuff on my home network. Unsure about the exact specification but it supported the same flags as cp as far as I could tell.
link
ktm5j
2917 days ago
Well I'll be damned.. not sure what lead me to think this.
link
codegeek
2919 days ago
Yes -r works for copying directories. I do it all the time
link