thanks! looks like it's working good.
will that overwrite files that are already on the destination or will it skip those? I also noticed it doesn't show what directory it's in. but still, it's working :-D
Quote:
|
Originally Posted by Aeiri
Why not just use SCP (SSH Copy)?
Code:
scp -r user@host:/home/schfree/private_html /home/schfree/private_html
|