Forrest logo
back to context overview

croc

List of commands for croc:

  • croc:tldr:41ceb croc: Receive a file or directory on receiving machine.
    $ croc ${passphrase}
    try on your machine
    explain this command
  • croc:tldr:4b2da croc: Send a file or directory.
    $ croc send ${filename_or_directory}
    try on your machine
    explain this command
  • croc:tldr:709d1 croc: Send a file or directory with a specific passphrase.
    $ croc send --code ${passphrase} ${filename_or_directory}
    try on your machine
    explain this command
  • croc:tldr:7f540 croc: Host a croc relay on the default ports.
    $ croc relay
    try on your machine
    explain this command
  • croc:tldr:ae755 croc: Display parameters and options for a croc command.
    $ croc ${select} --help
    try on your machine
    explain this command
  • croc:tldr:ec486 croc: Receive and connect over a custom relay.
    $ croc --relay ${ip_to_relay} ${passphrase}
    try on your machine
    explain this command
  • croc:tldr:ff1a3 croc: Send and connect over a custom relay.
    $ croc --relay ${ip_to_relay} send ${filename_or_directory}
    try on your machine
    explain this command
back to context overview