Curated Examples
Transferetto Examples
Curated examples for Transferetto across SFTP, FTP, and SSH workflows.
These examples keep credentials outside the page and show realistic transfer and server-management flows without embedding real endpoints.
Featured examples
Upload files with SFTP
Connect with a credential, list a folder, and upload local files.
DownloadDownload files with SFTP
Pull remote files into a local folder and return transfer status.
DirectorySync a folder with SFTP
Send or receive a whole directory tree over SFTP.
ShellRun an interactive SSH command
Open a prompt-aware shell session and capture structured command output.
SecurityEnforce SSH host-key policy
Use fingerprint pinning, known-hosts validation, or TOFU intentionally.
TunnelOpen a local SSH tunnel
Forward a remote service to a local port while the session stays open.
StreamingStream file content over FTP
Write and read remote content in chunks instead of forcing whole-file operations.
SCPCopy files with SCP
Use SCP sessions for straightforward Linux file and directory copy workflows.
TranscriptCapture an SSH shell transcript
Keep a readable log of what an interactive shell session sent and received.
PermissionsManage SFTP permissions
Inspect remote attributes, update chmod values, and adjust timestamps.
FTPSUpload files with FTPS
Connect securely to an FTP endpoint and upload one or many local files.
FTPDownload files with FTP
List a remote folder, filter the files you want, and download them into PowerShell-controlled paths.
FoldersManage SFTP folders
Create, inspect, test, and remove remote directories from PowerShell.
InspectInspect FTP files and folders
Review working directories, metadata, file sizes, and timestamps before acting.
LinuxRun Linux commands with SSH
Use PowerShell to send one-shot commands to a Linux server over SSH.