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.
PowerShell Gallery
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
- Read the project overview
- Start with Transfer files with PowerShell if you want a practical first task
- Review the capability guide
- Browse the curated examples
- Open the project source