Overrides FileTransfer::removeFileJailed
protected function removeFileJailed($destination) { if (!@ssh2_exec($this->connection, 'rm ' . escapeshellarg($destination))) { throw new FileTransferException('Cannot remove @directory.', 0, [ '@directory' => $destination, ]); } }