SIGN IN SIGN UP
schollz / croc UNCLAIMED

Easily and securely send things from one computer to another :crocodile: :package:

0 0 28 Go

fix: add --socks5 and --connect flags to send subcommand (#1053)

Allow users to specify SOCKS5 and HTTP proxy settings directly
on the send subcommand, enabling both syntaxes:
- croc --socks5 "..." send file.txt (existing global flag)
- croc send --socks5 "..." file.txt (new, more intuitive)

This fixes the issue where users expected the more natural syntax
of specifying flags after the subcommand, which previously only
worked via the SOCKS5_PROXY environment variable.

Fixes #1051

Co-authored-by: Murat Aslan <murataslan1@users.noreply.github.com>
M
Murat Aslan committed
1b2de19d65f4e5f3ad623593dfe6393c7f9a895b
Parent: 768356a
Committed by GitHub <noreply@github.com> on 2/5/2026, 2:42:46 PM