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
- Installation
- Project overview
- Transfer files with PowerShell
- Transfer folders with PowerShell
- Inspect remote files with PowerShell
- Manage Linux servers with PowerShell
- Capability guide
- Connection and trust
- FTP and FTPS workflows
- SFTP and SCP workflows
- SSH management guide
- Streams and session patterns
- Curated examples
- Back to project overview
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
Recommended reading order
- 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.