Link to home
Start Free TrialLog in
Avatar of erenpasa
erenpasa

asked on

scp with sorted files

Hi,
I have to copy from different servers big data. I want to open a few ssh session for improve copy speed and copy files with scp.
But i want to like this.
For example:
first ssh session copy [A-G]
second ssh session copy[G-K]
3. ssh session copy[K-Z]

How can i do this?
ASKER CERTIFIED SOLUTION
Avatar of Tintin
Tintin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of erenpasa
erenpasa

ASKER

Hi Tintin,
1-Servers resides at same LAN.Transfer speed is about 270 KB
3-Yes files compressed.

Do you have any suggest for speed?
An answer to question 2 will enable me to give you an idea on increasing speed.

Also, are there lots of small files or a small number of large files?