Skip to main content

sftp

Secure file transfer over SSH for encrypted data exchange.

Overview

The sftp node provides secure file transfer over SSH. Unlike FTP, all data and credentials are encrypted. Supports key-based authentication for fully automated, password-less transfers.

SSH
Encrypted
22
Default Port
Key
Authentication
Resume
Transfers
Coming Soon This node is currently in development.

Properties

Property Type Default Description
host string - SFTP server hostname
port number 22 SSH port
username string - SSH username
privateKey string - Path to private key file
password string "" Password (if not using key)

Related Nodes