Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Middleware ¶
func Middleware(writeHandler utils.CopyFromClientHandler) wish.Middleware
Types ¶
type Info ¶
type Info struct { // Ok is true if the current session is a SCP. Ok bool // Recursice is true if its a recursive SCP. Recursive bool // Path is the server path of the scp operation. Path string // Op is the SCP operation kind. Op Op }
Info provides some information about the current SCP Operation.
Click to show internal directories.
Click to hide internal directories.