Quantcast
Viewing latest article 3
Browse Latest Browse All 4

Answer by cstoll for How do i copy N images from server to my local machine using rsync?

You could just put the files in a directory and upload the whole directory. If you don't want to do that, try this command:

rsync -P user@server:'/path/imagefilename.om{1..100}' destination-dir/

Viewing latest article 3
Browse Latest Browse All 4

Trending Articles