SFTP
File closed
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
Bad message received
Received bad message <message-number>.
The protocol code received a bad message from the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_ERROR
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.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_ERROR
Received SSH_FXP_INIT
Received SSH_FXP_INIT
The file server received the SSH_FXP_INIT
message from the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Could not decode request ID
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Received bad SSH_FXP_INIT
The server received a bad SSH_FXP_INIT
message.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_ERROR
Negotiated protocol version
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 file
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 file
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
Failed to open file '<filename>'. Error <errornumber>.
The server failed to open the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_WARNING
Closed file
[ 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
Statting file '<filename>'
The server is statting the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Lstatting file
Lstatting file '<filename>'
The server is lstatting the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Fstatting file
Fstatting file '<filename>'
The server is fstatting the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Setstatting file
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
Fsetstatting file
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
Opening directory '<filename>'
The server is opening the specified directory.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Failed to open directory
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
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
Removing file '<filename>'
The server is removing the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Failed to remove file
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
Creating directory '<filename>'
The server is creating the requested directory.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Failed to create directory
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
Removing directory '<filename>'
The server is removing the specified directory.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Failed to remove directory
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
Resolving path to '<filename>'
The server is resolving the path to the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Renaming file
Renaming file '<filename>' to '<new-filename>'
The server is renaming the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Failed to rename file
Failed to rename '<filename>'. Error <errornumber>.
The server failed to rename the specified file.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_WARNING
Reading link
Reading link '<linkname>'
The server is reading the specified link.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL
Readlink failed
Readlink failed for '<linkname>'. Error <errornumber>.
The readlink operation failed in the server.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_WARNING
Creating link
Creating link '<linkname>' with value '<target>'
The server is creating the specified link.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_NOTICE
Creating link failed
Failed to create symlink '<linkname>'. Error <errornumber>.
Creating the specified link failed in the server.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_WARNING
Got EXTENDED
request
Got EXTENDED request <request-number>
The server received an extended request from the client.
Facility: SSH_LOGFACILITY_LOCAL7
Level: SSH_LOG_INFORMATIONAL