sftp-server

Updated: October 28, 2024

SFTP server subsystem

Syntax:

    sftp-server [-ehR] [-d start_directory][-f log_facility]
                [-l log_level] [-P denied_requests]
                [-p allowed_requests] [-u umask]

    sftp-server -Q protocol_feature

Runs on:

QNX Neutrino

Options:

See the OpenSSH documentation: https://man.openbsd.org/sftp-server

Description:

The sftp-server is a program that speaks the server side of the SFTP protocol to stdout and expects client requests from stdin. The sftp-server program isn't intended to be called directly, but from sshd using the Subsystem option.

This program uses the OpenSSL library for cryptography services.

For more information, see the OpenSSH documentation: https://man.openbsd.org/sftp-server

Contributing author:

OpenSSH