1 Repo
Transforms 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.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Remote Path Normalizers. Refine with filters or upvote what's useful.
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 SFTP path normalization for remote file operations over SSH.