# cp -r /path_to_folder_where_are_images/*.jpg /path_to_folder_where_you_want_to_copy_those_images

alternatively just copy everything in the folders
# cp -r /path_to_folder_where_are_images/* /path_to_folder_where_you_want_to_copy_those_images