Quantcast
Channel: How do i copy N images from server to my local machine using rsync? - Server Fault
Viewing all articles
Browse latest Browse all 4

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

$
0
0

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 all articles
Browse latest Browse all 4

Trending Articles