Syrian FSA commander dies in attack in southern Turkey

Syrian FSA commander dies in attack in southern Turkey

ANKARA — A commander from the rebel Free Syrian Army died in a bomb attack on his car in the southern Turkish province of Hatay on Wednesday, a news agency and two insurgent sources said.

The rebel leader was named by all sources as Jamil Raadoun, the commander of Sukour Al Ghab, one of several groups fighting under the FSA banner. Raadoun had survived a similar attack in Turkey in April.

The privately run Dogan news agency said he died after explosives were detonated on his vehicle.

Two Syrian rebel sources confirmed the death. Residents said the blast outside Raadoun's home in the southeastern town of Antakya, near the Syrian border, shook nearby apartment blocks.

Hatay province Governor Ercan Topaca said the attack might be linked to "a dispute between Syrian opposition groups", state-run Anadolu news agency reported.

Raadoun, who defected from the Syrian army early on in the four-year-old civil war, had been in Turkey for about a year, Topaca said.

Osama Abu Zayd, a spokesman for the FSA, said Raadoun’s brigade has fought against both Daesh militants in the northern province of Aleppo, and against Syrian government forces in central Idlib and Hama provinces.

“It is one of the brigades which the West classifies as moderate, but did not get training,” Abu Zayd said, although he added that it had received military support from countries which oppose President Bashar Assad, including anti-tank missiles.

Turkey and the United States are working on plans for joint air strikes in northern Syria in support of FSA rebels, part of an operation to push Daesh fighters from a strip of territory running along the Turkish border.

Western states, alarmed by the rise of Al Qaeda-linked Al Nusra Front and Daesh, have been reluctant to support Islamists in Syria’s four-year war, instead backing factions grouped loosely under the banner of the FSA. However, these factions have been increasingly eclipsed by Islamist groups.

A first group of rebels trained in Turkey by US instructors has already deployed to Syria, but some of them were kidnapped within weeks by Al Nusra Front.

Diplomatic sources told Reuters last Friday that a second group of rebel fighters trained in Turkey could be deployed to Syria within weeks.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });