Set macOS default backend to AFP
This commit is contained in:
parent
7ba79ff803
commit
42ed31b127
1 changed files with 2 additions and 0 deletions
|
|
@ -128,6 +128,8 @@ func init() {
|
|||
switch runtime.GOOS {
|
||||
case "windows":
|
||||
defaultShareType = "smb"
|
||||
case "darwin":
|
||||
defaultShareType = "afp"
|
||||
default:
|
||||
defaultShareType = "ftp"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue