Overrides FileTransfer::removeFileJailed
protected function removeFileJailed($destination) { if (!ftp_delete($this->connection, $destination)) { throw new FileTransferException("Unable to remove the file @file", 0, [ '@file' => $destination, ]); } }