By admin , 24 February, 2023 Tags guzzle $external_file = 'https://www.example.com/test.png' $destination = 'sites/default/files/test.png'; $response = \Drupal::httpClient()->get($external_file, ['sink' => $destination]);