feat: Fix file flags on FTP server, remove quirks handling option
This commit is contained in:
9
pkg/fs/filesystem_unix.go
Normal file
9
pkg/fs/filesystem_unix.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !windows
|
||||
|
||||
package fs
|
||||
|
||||
import "syscall"
|
||||
|
||||
const (
|
||||
O_ACCMODE = syscall.O_ACCMODE
|
||||
)
|
||||
Reference in New Issue
Block a user