diff --git a/cmd/run.go b/cmd/run.go index 844462b..915ecbd 100644 --- a/cmd/run.go +++ b/cmd/run.go @@ -128,6 +128,8 @@ func init() { switch runtime.GOOS { case "windows": defaultShareType = "smb" + case "darwin": + defaultShareType = "afp" default: defaultShareType = "ftp" }