File '%s' closed (written: <bytes-written>, read:
<bytes-read>).
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.)
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Received bad message <message-number>.
The protocol code received a bad message from the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_ERROR
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.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_ERROR
Received SSH_FXP_INIT
The file server received the SSH_FXP_INIT
message from
the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Couldn't decode request id. Destroying file-
server.
A protocol error took place, and the file server is being terminated.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_ERROR
Received SSH_FXP_OPEN
The file server received an SSH_FXP_OPEN
message from the
client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Received SSH_FXP_CLOSE
The file server received an SSH_FXP_CLOSE
message from
the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Received SSH_FXP_STAT
The file server received an SSH_FXP_STAT
message from the
client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Received SSH_FXP_LSTAT
The file server received an SSH_FXP_LSTAT
message from
the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Received SSH_FXP_FSTAT
The file server received an SSH_FXP_FSTAT
message from
the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Received SSH_FXP_SETSTAT
The file server received an SSH_FXP_SETSTAT
message from
the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Received SSH_FXP_FSETSTAT
The file server received an SSH_FXP_FSETSTAT
message from
the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Received SSH_FXP_OPENDIR
The file server received an SSH_FXP_OPENDIR
message from
the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Received SSH_FXP_READDIR
The file server received an SSH_FXP_READDIR
message from
the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Received SSH_FXP_REMOVE
The file server received an SSH_FXP_REMOVE
message from
the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Received SSH_FXP_MKDIR
The file server received an SSH_FXP_MKDIR
message from
the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Received SSH_FXP_RMDIR
The file server received an SSH_FXP_RMDIR
message from
the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Received SSH_FXP_REALPATH
The file server received an SSH_FXP_REALPATH
message from
the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Received SSH_FXP_RENAME
The file server received an SSH_FXP_RENAME
message from
the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Received SSH_FXP_READLINK
The file server received an SSH_FXP_READLINK
message from
the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Received SSH_FXP_SYMLINK
The file server received an SSH_FXP_SYMLINK
message from
the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Received SSH_FXP_EXTENDED
The file server received an SSH_FXP_EXTENDED
message from
the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Received bad SSH_FXP_INIT
The server received a bad SSH_FXP_INIT
message.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_ERROR
Negotiated version <version-number>.
The server has negotiated to use the specified protocol version with the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Uploading '<filename>' (flags [append]
[trunc] [creat] [excl])
The server has received a write request for the specified file with the specified flags.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Downloading '<filename>'
The server has received a read request for the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Failed to open file '<filename>'. Error
<errornumber>.
The server failed to open the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_WARNING
[ Closed | Received error when closing ] file
'<filename>' (handle=<handle>)
The server closed the file, possibly with an error during the close.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Statting file '<filename>'
The server is statting the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Lstatting file '<filename>'
The server is lstatting the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Fstatting file '<filename>'
The server is fstatting the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Setstat file '<filename>' ([size]
[uidgid] [perms] [acmodtime])
The server is setstatting the attributes of the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Fsetstat file '<filename>' (handle=<handle>)
([size] [uidgid] [perms]
[acmodtime])
The server is fsetstatting the attributes of the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Opening directory '<filename>'
The server is opening the specified directory.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Failed to open dir '<filename>'. Error
<errornumber>.
The server failed to open the specified directory.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_WARNING
Readdir on directory '<filename>'
(handle=<handle>)
The server performed a readdir operation on the specified directory.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Removing file '<filename>'
The server is removing the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Failed to remove file '<filename>'. Error
<errornumber>.
The server failed to remove the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_WARNING
Creating directory '<filename>'
The server is creating the requested directory.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Failed to make dir '<filename>'. Error
<errornumber>.
The server failed to create the requested directory.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_WARNING
Removing directory '<filename>'
The server is removing the specified directory.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Failed to remove dir '<filename>'. Error
<errornumber>.
The server failed to remove the requested directory.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_WARNING
Resolving path to '<filename>'
The server is resolving the path to the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Renaming file '<filename>' to '<
new-filename>'
The server is renaming the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Failed to rename '<filename>'. Error
<errornumber>.
The server failed to rename the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_WARNING
Reading link '<linkname>'
The server is reading the specified link.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Readlink failed for '<linkname>'. Error
<errornumber>.
The readlink operation failed in the server.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_WARNING
Creating link '<linkname>' with value
'<target>'
The server is creating the specified link.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Failed to create symlink '<linkname>'. Error
<errornumber>.
Creating the specified link failed in the server.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_WARNING