fc*, fd*, fe*, ff*: add Korean translation (#14247)

This commit is contained in:
HoJeong Im
2024-10-21 01:07:25 +09:00
committed by GitHub
parent 2248c95c8a
commit fa769a068c
19 changed files with 486 additions and 0 deletions

24
pages.ko/common/ffsend.md Normal file
View File

@@ -0,0 +1,24 @@
# ffsend
> 쉽고 안전하게 파일을 공유.
> 더 많은 정보: <https://gitlab.com/timvisee/ffsend>.
- 파일 업로드:
`ffsend upload {{경로/대상/파일}}`
- 파일 다운로드:
`ffsend download {{url}}`
- 비밀번호가 포함된 파일 업로드:
`ffsend upload {{경로/대상/파일}} {{-p|--password}} {{비밀번호}}`
- 비밀번호로 보호된 파일 다운로드:
`ffsend download {{url}} {{-p|--password}} {{비밀번호}}`
- 파일을 업로드하고 4번의 다운로드를 허용:
`ffsend upload {{경로/대상/파일}} {{-d|--downloads}} {{4}}`