mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 22:35:52 +01:00
The common package defines the interfaces that a protocol must implement and contain code that can be shared among supported protocols. This way should be easier to support new protocols |
||
|---|---|---|
| .. | ||
| actions.go | ||
| actions_test.go | ||
| common.go | ||
| common_test.go | ||
| connection.go | ||
| connection_test.go | ||
| tlsutils.go | ||
| tlsutils_test.go | ||
| transfer.go | ||
| transfer_test.go | ||