Linux. How do I download directory using SFTP?
I have two Linux servers(Ubuntu 12.0) and I need to download directory with some files from server number 2 to server number 1 using SFTP(SSH connection).
At this point I put public key from the server number 1 to /home/username/.ssh/authorized_keys on server number 2 but I don't know what utility I need to use.
Thanks.