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

Install Transferetto

Install Transferetto from PowerShell Gallery and start with the curated docs and examples.

Install the module from PowerShell Gallery before using the curated examples.

Install-Module Transferetto -Scope CurrentUser

After install

Import the module and inspect the available cmdlets:

Import-Module Transferetto
Get-Command -Module Transferetto

From there you can choose the lane you need:

  • FTP and FTPS for classic file transfer and stream workflows
  • SFTP for secure file and directory automation
  • SCP when a server exposes SCP instead of SFTP
  • SSH for commands, interactive shells, transcripts, and tunnels

Next steps