awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesRemote Path Transformations

Formatting and escaping filesystem paths for interpretation by a remote shell.

Distinguishing note: Candidates focus on local path resolution or UI formatting, not shell-specific remote escaping.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Remote Path Transformations. Refine with filters or upvote what's useful.

Awesome Remote Path Transformations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sshnet/ssh.netAvatar de sshnet

    sshnet/SSH.NET

    4,310Ver en GitHub↗

    SSH.NET is a .NET library that implements the SSH-2 protocol for encrypted remote connections and secure file transfers. It provides a complete SSH-2 protocol stack implementation with a channel multiplexing engine that manages multiple concurrent channels over a single connection, supporting simultaneous shell sessions, remote command execution, SFTP transfers, and port forwarding tunnels. The library includes a pluggable authentication pipeline supporting password, public key, certificate, keyboard-interactive, and multi-factor authentication combinations. The library distinguishes itself t

    Provides a mode to pass remote file paths without transformation for SCP/SFTP operations.

    C#networkscpsftp
    Ver en GitHub↗4,310
  1. Home
  2. Operating Systems & Systems Programming
  3. Remote Path Transformations

Explorar subetiquetas

  • Remote Path NormalizersTransforms remote file paths into canonical forms suitable for the target server's filesystem conventions. **Distinct from Remote Path Transformations:** Distinct from Remote Path Transformations: focuses on canonical normalization (e.g., resolving . and ..) rather than general escaping or formatting for shell use.
  • Untransformed Remote PathsLeaves a remote file path unchanged, passing it as-is to the server without any quoting or escaping. **Distinct from Remote Path Transformations:** Distinct from Remote Path Transformations: explicitly does not transform the path, unlike other path handling modes.