I'm using the scp command to copy files from my local machine (ArchLinux) to my server (CentOS 6.5).
But for each scp command a new connection is established and although I'm using SSH keys for authentication the proccess is taking to much time.
So, is there any way to maintain the connection and make multiple transfers over it?