sftpgo-mirror/vfs
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
..
azblobfs.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
azblobfs_disabled.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
cryptfs.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
fileinfo.go sftpfs: set the correct file mode 2021-01-23 10:32:15 +01:00
fileinfo_unix.go fix some lint issues 2020-04-30 14:23:55 +02:00
fileinfo_windows.go add support for serving Google Cloud Storage over SFTP/SCP 2020-01-31 19:04:00 +01:00
filesystem.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
folder.go Windows: manually check if we can bind on the configured port/ports 2021-03-21 22:21:04 +01:00
gcsfs.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
gcsfs_disabled.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
osfs.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
s3fs.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
s3fs_disabled.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
sftpfs.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00
statvfs_fallback.go sftpd: add statvfs@openssh.com support 2021-02-11 19:45:52 +01:00
statvfs_linux.go sftpd: add statvfs@openssh.com support 2021-02-11 19:45:52 +01:00
statvfs_unix.go sftpd: add statvfs@openssh.com support 2021-02-11 19:45:52 +01:00
vfs.go extend virtual folders support to all storage backends 2021-03-21 19:15:47 +01:00