sftpgo-mirror/sftpd
Nicola Murino 54c0c1b80d
Windows: manually check if we can bind on the configured port/ports
Windows allows the coexistence of three types of sockets on the same
transport-layer service port, for example, 127.0.0.1:8080, [::1]:8080
and [::ffff:0.0.0.0]:8080

Go don't properly handles this, so we use a ugly hack

Fixes #350
2021-03-21 22:21:04 +01:00
..
cmd_unix.go add support for Git over SSH 2019-11-26 22:26:42 +01:00
cmd_windows.go add support for Git over SSH 2019-11-26 22:26:42 +01:00
cryptfs_test.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
handler.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
internal_test.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
internal_unix_test.go add more linters 2020-05-06 19:36:34 +02:00
lister.go Improve documentation 2019-07-30 20:51:29 +02:00
scp.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
server.go Windows: manually check if we can bind on the configured port/ports 2021-03-21 22:21:04 +01:00
sftpd.go OpenAPI: minor changes 2021-01-18 13:24:38 +01:00
sftpd_test.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
ssh_cmd.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
subsystem.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
transfer.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00