SSH

SFTP

File closed

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

Level: notice

Facility: LOCAL7

A file has been closed. This is the only log message for a completed file transfer. 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 opening the file. (Note: Even the same client can open a file multiple times, which will result in multiple closes, each with a possibly different number of read and written bytes.)

Bad message received

Received bad message <message-number>.

Level: error

Facility: LOCAL7

The protocol code received a bad message from the client.

Got wrong message before receiving INIT

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

Level: error

Facility: LOCAL7

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

Received SSH_FXP_INIT

Received SSH_FXP_INIT

Level: notice

Facility: LOCAL7

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.

Level: error

Facility: LOCAL7

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

Received SSH_FXP_OPEN

Received SSH_FXP_OPEN

Level: informational

Facility: LOCAL7

The file server received an SSH_FXP_OPEN message from the client.

Received SSH_FXP_CLOSE

Received SSH_FXP_CLOSE

Level: informational

Facility: LOCAL7

The file server received an SSH_FXP_CLOSE message from the client.

Received SSH_FXP_STAT

Received SSH_FXP_STAT

Level: informational

Facility: LOCAL7

The file server received an SSH_FXP_STAT message from the client.

Received SSH_FXP_LSTAT

Received SSH_FXP_LSTAT

Level: informational

Facility: LOCAL7

The file server received an SSH_FXP_LSTAT message from the client.

Received SSH_FXP_FSTAT

Received SSH_FXP_FSTAT

Level: informational

Facility: LOCAL7

The file server received an SSH_FXP_FSTAT message from the client.

Received SSH_FXP_SETSTAT

Received SSH_FXP_SETSTAT

Level: notice

Facility: LOCAL7

The file server received an SSH_FXP_SETSTAT message from the client.

Received SSH_FXP_FSETSTAT

Received SSH_FXP_FSETSTAT

Level: notice

Facility: LOCAL7

The file server received an SSH_FXP_FSETSTAT message from the client.

Received SSH_FXP_OPENDIR

Received SSH_FXP_OPENDIR

Level: informational

Facility: LOCAL7

The file server received an SSH_FXP_OPENDIR message from the client.

Received SSH_FXP_READDIR

Received SSH_FXP_READDIR

Level: informational

Facility: LOCAL7

The file server received an SSH_FXP_READDIR message from the client.

Received SSH_FXP_REMOVE

Received SSH_FXP_REMOVE

Level: informational

Facility: LOCAL7

The file server received an SSH_FXP_REMOVE message from the client.

Received SSH_FXP_MKDIR

Received SSH_FXP_MKDIR

Level: informational

Facility: LOCAL7

The file server received an SSH_FXP_MKDIR message from the client.

Received SSH_FXP_RMDIR

Received SSH_FXP_RMDIR

Level: informational

Facility: LOCAL7

The file server received an SSH_FXP_RMDIR message from the client.

Received SSH_FXP_REALPATH

Received SSH_FXP_REALPATH

Level: informational

Facility: LOCAL7

The file server received an SSH_FXP_REALPATH message from the client.

Received SSH_FXP_RENAME

Received SSH_FXP_RENAME

Level: informational

Facility: LOCAL7

The file server received an SSH_FXP_RENAME message from the client.

Received SSH_FXP_READLINK

Received SSH_FXP_READLINK

Level: informational

Facility: LOCAL7

The file server received an SSH_FXP_READLINK message from the client.

Received SSH_FXP_SYMLINK

Received SSH_FXP_SYMLINK

Level: informational

Facility: LOCAL7

The file server received an SSH_FXP_SYMLINK message from the client.

Received SSH_FXP_EXTENDED

Received SSH_FXP_EXTENDED

Level: informational

Facility: LOCAL7

The file server received an SSH_FXP_EXTENDED message from the client.

Received bad SSH_FXP_INIT

Received bad SSH_FXP_INIT

Level: error

Facility: LOCAL7

The server received a bad SSH_FXP_INIT message.

Negotiated protocol version

Negotiated version <version-number>.

Level: notice

Facility: LOCAL7

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

Uploading file

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

Level: notice

Facility: LOCAL7

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

Downloading file

Downloading '<filename>'

Level: notice

Facility: LOCAL7

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

Failed to open file

Failed to open file '<filename>'. Error <error-number>.

Level: warning

Facility: LOCAL7

The server failed to open the specified file.

Closed file

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

Level: notice

Facility: LOCAL7

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

Statting file

Statting file '<filename>'

Level: informational

Facility: LOCAL7

The server is statting the specified file.

Lstatting file

Lstatting file '<filename>'

Level: informational

Facility: LOCAL7

The server is lstatting the specified file.

Fstatting file

Fstatting file '<filename>'

Level: informational

Facility: LOCAL7

The server is fstatting the specified file.

Setstatting file

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

Level: notice

Facility: LOCAL7

The server is setstatting the attributes of the specified file.

Fsetstatting file

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

Level: notice

Facility: LOCAL7

The server is fsetstatting the attributes of the specified file.

Opening directory

Opening directory '<filename>'

Level: notice

Facility: LOCAL7

The server is opening the specified directory.

Failed to open directory

Failed to open dir '<filename>'. Error <error-number>.

Level: warning

Facility: LOCAL7

The server failed to open the specified directory.

Readdir on directory

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

Level: informational

Facility: LOCAL7

The server performed a readdir operation on the specified directory.

Removing file

Removing file '<filename>'

Level: notice

Facility: LOCAL7

The server is removing the specified file.

Failed to remove file

Failed to remove file '<filename>'. Error <error-number>.

Level: warning

Facility: LOCAL7

The server failed to remove the specified file.

Creating directory

Creating directory '<filename>'

Level: notice

Facility: LOCAL7

The server is creating the requested directory.

Failed to create directory

Failed to make dir '<filename>'. Error <error-number>.

Level: warning

Facility: LOCAL7

The server failed to create the requested directory.

Removing directory

Removing directory '<filename>'

Level: notice

Facility: LOCAL7

The server is removing the specified directory.

Failed to remove directory

Failed to remove dir '<filename>'. Error <error-number>.

Level: warning

Facility: LOCAL7

The server failed to remove the requested directory.

Resolving path

Resolving path to '<filename>'

Level: informational

Facility: LOCAL7

The server is resolving the path to the specified file.

Renaming file

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

Level: notice

Facility: LOCAL7

The server is renaming the specified file.

Failed to rename file

Failed to rename '<filename>'. Error <error-number>.

Level: warning

Facility: LOCAL7

The server failed to rename the specified file.

Reading link

Reading link '<link-name>'

Level: informational

Facility: LOCAL7

The server is reading the specified link.

Readlink failed

Readlink failed for '<link-name>'. Error <error-number>.

Level: warning

Facility: LOCAL7

The readlink operation failed in the server.

Creating link

Creating link '<link-name>' with value '<target>'

Level: notice

Facility: LOCAL7

The server is creating the specified link.

Creating link failed

Failed to create symlink '<link-name>'. Error <error-number>.

Level: warning

Facility: LOCAL7

Creating the specified link failed in the server.

Got EXTENDED request

Got EXTENDED request <request-number>

Level: informational

Facility: LOCAL7

The server received an extended request from the client.