Project

Transferetto

Small PowerShell module with FTPS/SFTP functionality

Stars66
Forks16
Open issues12
PowerShell Gallery downloads13045910
Releasev1.0.0
Language: C# Updated: 2026-05-02T19:54:21.0000000+00:00

Documentation

Transferetto Docs

Curated documentation for Transferetto's binary PowerShell cmdlets and reusable transport library.

Transferetto provides reusable FTP, FTPS, SFTP, SCP, and SSH automation for PowerShell. The public module surface is a binary cmdlet layer over a C# transport library, so the same capability set can grow into CLI and MCP experiences later without rewriting the protocol logic.

Start here

Typical use

  • connect to FTP, FTPS, SFTP, SCP, or SSH endpoints with credentials, keys, proxies, and host-key policy
  • upload, download, list, and inspect files and directories as part of scheduled automation
  • stream file content over FTP or SFTP instead of forcing whole-file workflows
  • manage Linux servers through SSH commands, interactive shells, transcripts, and local tunnels
  • Start with Project overview if you want the high-level shape.
  • Jump straight to the task guides if you are trying to transfer files or operate a server from PowerShell today.
  • Read Connection and trust before touching production hosts.
  • Use the protocol guides to choose the right lane for FTP/FTPS, SFTP/SCP, or SSH.
  • Finish with the examples for task-focused snippets.