# Show GN: 터미널(CLI)에서 대용량 파일전송 링크 생성하는 툴

> Clean Markdown view of GeekNews topic #28060. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=28060](https://news.hada.io/topic?id=28060)
- GeekNews Markdown: [https://news.hada.io/topic/28060.md](https://news.hada.io/topic/28060.md)
- Type: show
- Author: [filekiwi](https://news.hada.io/@filekiwi)
- Published: 2026-04-01T00:27:27+09:00
- Updated: 2026-04-01T00:27:27+09:00
- Original source: [github.com/file-kiwi](https://github.com/file-kiwi/node?tab=readme-ov-file#cli-usage)
- Points: 3
- Comments: 10

## Topic Body

터미널에서 파일을 외부로 전송해야 할때 쓸 수 있는 CLI 도구입니다.   
단순하고, 용량 제한 없고, 빠르게 동작합니다.  
  
* 사용법   
입력>filekiwi file1.txt file2.pdf  
출력> 웹브라우져에서 다운로드할수 있는 다운로드 링크 , QR코드  
  
* 파이프라인으로 연결가능  
echo "Build complete. Download: $(filekiwi dist.tar.gz)" | mail -s "Release v1.2.3" team@example.com  
  
* 특징  
업로드완료를 대기하지않고 즉시 URL을 출력합니다.   
예를 들면, 50G 파일을 링크로 만들어서 외부 협업자에게 일단 던지고, 점심먹으러 갈수 있습니다.   
상대방도 링크를 받자 마자 다운로드 눌러놓고, 점심먹으러 갈수 있습니다.   
사람들이 점심먹는 동안, 컴퓨터끼리 업로드와 다운로드를 동시에 진행합니다.   
  
파일은 https://file.kiwi 에 업로드됩니다.   
파일 시간제한이 있으니, 대량 공유용으로는 적합하지 않습니다.   
  
인증, API-KEY 이런거 없습니다.

## Comments



### Comment 54246

- Author: whatiamdoing
- Created: 2026-04-01T03:33:27+09:00
- Points: 1

아주 옛날에 transfer.sh 라는게 있다가 사라졌죠

### Comment 54500

- Author: roxie
- Created: 2026-04-03T03:08:20+09:00
- Points: 1
- Parent comment: 54246
- Depth: 1

이 사이트도 벌써 닫힌것 같네요 🫠 접속이 안됨

### Comment 54507

- Author: filekiwi
- Created: 2026-04-03T07:43:08+09:00
- Points: 1
- Parent comment: 54500
- Depth: 2

file.kiwi 쪽 말씀하시는 건가요?   api 쪽 로그 봐서는 요청이 없었는데 ..  하여간 현재는 잘 됩니다

### Comment 54569

- Author: roxie
- Created: 2026-04-03T15:07:54+09:00
- Points: 1
- Parent comment: 54507
- Depth: 3

지금은 또 되네요. DNS 가 다운된 느낌이었어요 어제는

### Comment 54292

- Author: filekiwi
- Created: 2026-04-01T10:01:31+09:00
- Points: 1
- Parent comment: 54246
- Depth: 1

네 요즘도 몇개 있는데  쉡전용앱은 오래유지가 안되더라구요

### Comment 54242

- Author: runableapp
- Created: 2026-04-01T02:39:15+09:00
- Points: 1

멋집니다.   
  
서버에 저장 될때 암화화 된다고 하셨는데, 파일을 받은 사람은 어떻게 암호화된 파일을 사용할수 있나요?

### Comment 54244

- Author: filekiwi
- Created: 2026-04-01T03:11:53+09:00
- Points: 1
- Parent comment: 54242
- Depth: 1

대략 이런 링크를 전달하면 됩니다.   
https://file.kiwi/fd9d2191#N1QF4lRMhApgnHMyVFzK4A  
#뒤에 부분은 브라우저가 서버로 전달하지 않기 때문에, 서버가 모르게 전달할수 있습니다 .  
이 값을 상대방 브라우저가 받아서 파일을 복호화 합니다.   
자세한 내용을 보시려면.. https://datatracker.ietf.org/doc/html/rfc8188

### Comment 54499

- Author: roxie
- Created: 2026-04-03T03:07:55+09:00
- Points: 1
- Parent comment: 54244
- Depth: 2

샵 뒷부분은 서버로 안가는군요. 처음 알았어요

### Comment 54249

- Author: runableapp
- Created: 2026-04-01T05:41:29+09:00
- Points: 1
- Parent comment: 54244
- Depth: 2

링크를 상대방에게 전달해야 하는군요.

### Comment 54239

- Author: filekiwi
- Created: 2026-04-01T00:32:24+09:00
- Points: 1

파일은 e2e 로 암호화되고 키값은 서버로 전송되지 않습니다.   
RFC 8188 — Encrypted Content-Encoding for HTTP
