diff --git a/cmd/croc/receive.go b/cmd/croc/receive.go index 7b1fd1b..5dc170b 100644 --- a/cmd/croc/receive.go +++ b/cmd/croc/receive.go @@ -73,6 +73,7 @@ var ReceiveCmd = &cobra.Command{ RelayPassword: relay.Password, RelayPorts: strings.Split(relay.Ports, ","), SharedSecret: sharedSecretCode, + ZipFolder: true, } if crocOptions.RelayAddress != models.DEFAULT_RELAY {