DEV Community

An Pham
An Pham

Posted on

2 2

TIL: Croc - Securely transfer files via CLI

Introduction

croc is a tool that allows any two computers to simply and securely transfer files and folders.

Install

  • macOS
brew install croc
Enter fullscreen mode Exit fullscreen mode
  • Ubuntu
curl https://getcroc.schollz.com | bash
Enter fullscreen mode Exit fullscreen mode
  • Window
scoop install croc
Enter fullscreen mode Exit fullscreen mode

Usage

  1. Send file or folder
croc send [file(s)-or-folder]
Enter fullscreen mode Exit fullscreen mode
  1. Receive the file
croc [code from output]
Enter fullscreen mode Exit fullscreen mode

More feature, please visit to https://github.com/schollz/croc

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay