Skip to content
1 change: 1 addition & 0 deletions cmd/croc/receive.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down