diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/ftp/index.html | |
parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip |
initial commit
Diffstat (limited to 'files/ko/glossary/ftp/index.html')
-rw-r--r-- | files/ko/glossary/ftp/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/files/ko/glossary/ftp/index.html b/files/ko/glossary/ftp/index.html new file mode 100644 index 0000000000..88538c38a5 --- /dev/null +++ b/files/ko/glossary/ftp/index.html @@ -0,0 +1,17 @@ +--- +title: FTP +slug: Glossary/FTP +translation_of: Glossary/FTP +--- +<p><strong>FTP </strong>(File Transfer Protocol)는 여러 해 동안 인터넷을 통해 한 {{glossary("host", "호스트")}}에서 다른 호스트로 파일을 전송하기 위한 표준 {{glossary("protocol", "프로토콜")}}이었다. 그러나 점차적으로 여러 팀과 호스팅 계정은 FTP를 수용하지 않고 Git와 같은 버전 제어 시스템에 의존하였다. 당신은 여전히 그것이 오래된 호스팅 계정에서 사용되는 것을 발견할 것이지만, FTP는 더 이상 모범 사례로 여겨지지 않는다고 말해도 무방하다.</p> + +<h2 id="더_알아보기">더 알아보기</h2> + +<h3 id="일반적인_지식">일반적인 지식</h3> + +<ul> + <li><a href="/en-US/Learn/Upload_files_to_a_web_server">Beginner's guide to uploading files via FTP</a></li> + <li>Wikipedia의 {{interwiki("wikipedia", "File Transfer Protocol", "FTP")}} + + </li> +</ul> |