PSFTP
PSFTP, short for PuTTY Secure File Transfer Protocol client, is a command-line SFTP client distributed with the PuTTY suite. It provides a secure means to transfer files between a local computer and a remote SSH server using the SFTP protocol. PSFTP runs on Windows and is part of the official PuTTY distribution, though the underlying SSH technology is cross-platform.
PSFTP uses SSH for encryption and supports standard authentication methods such as password and public-key authentication
To use PSFTP, connect to a server with a command like psftp user@host. Once connected, the prompt
PSFTP is typically used as part of routine file administration, scripting and automation workflows, and in