SSH Communications Security
Previous Next Up [Contents] [Index]

    About This Document>>
    Introduction to SSH Secure Shell >>
    Configuring SSH Secure Shell >>
    Authentication >>
    Log Messages
        Log Message Reference >>
            User Authentication - Common
            User Authentication - Host-Based
            User Authentication - Keyboard-Interactive PAM
            User Authentication - Keyboard-Interactive Password
            User Authentication - Keyboard-Interactive
            User Authentication - Kerberos TGT
            User Authentication - Kerberos
            User Authentication - PAM
            User Authentication - Password
            User Authentication - Public Key
            User Authentication - SecurID
            Certificate-specific code
            SFTP Server
            Agent Forwarding
            Session Channels
            SSH1 Agent Forwarding
            Port Forwarding
            X11 Forwarding
            Common Code
            Host Key I/O
            General Server Log Messages
            SFTP
    Using SSH Secure Shell >>
    Tool Syntax>>
    Technical Specifications >>

SFTP

File closed

File '%s' closed (written: <bytes-written>, read:
<bytes-read>).

A file has been closed. This is the only log message of a completed transfer of a file. Typically the whole file is read or written, but this is not the only possibility. This log message will report the sum of all reads and the sum of all writes since the opening of the file. (Note: even the same client can open a file multiple times, which will result in multiple closes, each with possibly different number of read and written bytes.)

Bad message received

Received bad message <message-number>.

The protocol code received a bad message from the client.

Got wrong message before receiving INIT

Got message type %d before receiving INIT. This is a protocol
error, destroying the file-server.

A protocol error occurred, and the file server is being terminated.

Received SSH_FXP_INIT

Received SSH_FXP_INIT

The file server received the SSH_FXP_INIT message from the client.

Could not decode request id

Couldn't decode request id. Destroying file-server.

A protocol error happened, and the file server is being terminated.

Received SSH_FXP_OPEN

Received SSH_FXP_OPEN

The file server received an SSH_FXP_OPEN message from the client.

Received SSH_FXP_CLOSE

Received SSH_FXP_CLOSE

The file server received an SSH_FXP_CLOSE message from the client.

Received SSH_FXP_READ

Received SSH_FXP_READ

The file server received an SSH_FXP_READ message from the client.

Received SSH_FXP_WRITE

Received SSH_FXP_WRITE

The file server received an SSH_FXP_WRITE message from the client.

Received SSH_FXP_STAT

Received SSH_FXP_STAT

The file server received an SSH_FXP_STAT message from the client.

Received SSH_FXP_LSTAT

Received SSH_FXP_LSTAT

The file server received an SSH_FXP_LSTAT message from the client.

Received SSH_FXP_FSTAT

Received SSH_FXP_FSTAT

The file server received an SSH_FXP_FSTAT message from the client.

Received SSH_FXP_SETSTAT

Received SSH_FXP_SETSTAT

The file server received an SSH_FXP_SETSTAT message from the client.

Received SSH_FXP_FSETSTAT

Received SSH_FXP_FSETSTAT

The file server received an SSH_FXP_FSETSTAT message from the client.

Received SSH_FXP_OPENDIR

Received SSH_FXP_OPENDIR

The file server received an SSH_FXP_OPENDIR message from the client.

Received SSH_FXP_READDIR

Received SSH_FXP_READDIR

The file server received an SSH_FXP_READDIR message from the client.

Received SSH_FXP_REMOVE

Received SSH_FXP_REMOVE

The file server received an SSH_FXP_REMOVE message from the client.

Received SSH_FXP_MKDIR

Received SSH_FXP_MKDIR

The file server received an SSH_FXP_MKDIR message from the client.

Received SSH_FXP_RMDIR

Received SSH_FXP_RMDIR

The file server received an SSH_FXP_RMDIR message from the client.

Received SSH_FXP_REALPATH

Received SSH_FXP_REALPATH

The file server received an SSH_FXP_REALPATH message from the client.

Received SSH_FXP_RENAME

Received SSH_FXP_RENAME

The file server received an SSH_FXP_RENAME message from the client.

Received SSH_FXP_READLINK

Received SSH_FXP_READLINK

The file server received an SSH_FXP_READLINK message from the client.

Received SSH_FXP_SYMLINK

Received SSH_FXP_SYMLINK

The file server received an SSH_FXP_SYMLINK message from the client.

Received SSH_FXP_EXTENDED

Received SSH_FXP_EXTENDED

The file server received an SSH_FXP_EXTENDED message from the client.

Received bad SSH_FXP_INIT

Received bad SSH_FXP_INIT

The server received a bad SSH_FXP_INIT message.

Negotiated protocol version

Negotiated version <version-number>.

The server has negotiated to use the specified protocol version with the client.

Uploading file

Uploading '<filename>' (flags [append] [trunc] [creat] [excl])

The server has received a write request for the specified file with the specified flags.

Downloading file

Downloading '<filename>'

The server has received a read request for the specified file.

Failed to open file

Failed to open file '<filename>'. Error <errornumber>.

The server failed to open the specified file.

Closed file

[ Closed | Received error when closing ] file '<filename>'
(handle=<handle>)

The server closed the file, possibly with an error happening during the close.

Statting file

Statting file '<filename>'

The server is statting the specified file.

Lstatting file

Lstatting file '<filename>'

The server is lstatting the specified file.

Fstatting file

Fstatting file '<filename>'

The server is fstatting the specified file.

Setstatting file

Setstat file '<filename>' ([size] [uidgid] [perms]
[acmodtime])

The server is setstatting the attributes of the specified file.

Fsetstatting file

Fsetstat file '<filename>' ([size] [uidgid] [perms]
[acmodtime])

The server is fsetstatting the attributes of the specified file.

Opening directory

Opening directory '<filename>'

The server is opening the specified directory.

Failed to open directory

Failed to open dir '<filename>'. Error <errornumber>.

The server failed to open the specified directory.

Readdir on directory

Readdir on directory '<filename>' (handle=<handle>)

The server performed a readdir operation on the specified directory.

Removing file

Removing file '<filename>'

The server is removing the specified file.

Failed to remove file

Failed to remove file '<filename>'. Error <errornumber>.

The server failed to remove the specified file.

Creating directory

Creating directory '<filename>'

The server is creating the requested directory.

Failed to create directory

Failed to make dir '<filename>'. Error <errornumber>.

The server failed to create the requested directory.

Removing directory

Removing directory '<filename>'

The server is removing the specified directory.

Failed to remove directory

Failed to remove dir '<filename>'. Error <errornumber>.

The server failed to remove the requested directory.

Resolving path

Resolving path to '<filename>'

The server is resolving the path to the specified file.

Renaming file

Renaming file '<filename>' to '<new-filename>'

The server is renaming the specified file.

Failed to rename file

Failed to rename '<filename>'. Error <errornumber>.

The server failed to rename the specified file.

Reading link

Reading link '<linkname>'

The server is reading the specified link.

Readlink failed

Readlink failed for '<linkname>'. Error <errornumber>.

The readlink operation failed in the server.

Creating link

Creating link '<linkname>' with value '<target>'

The server is creating the specified link.

Creating link failed

Failed to create symlink '<linkname>'. Error <errornumber>.

Creating the specified link failed in the server.

Got EXTENDED request

got EXTENDED request <request-number>

The server received an extended request from the client.

Previous Next Up [Contents] [Index]


[ Contact Information | Support | Feedback | SSH Home Page | SSH Products ]

Copyright © 2003 SSH Communications Security Corp.
All rights reserved.
Copyright Notice