diff options
author | x270 <42441861+x270@users.noreply.github.com> | 2021-05-06 02:33:24 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 02:33:24 +0900 |
commit | 464cfe98352e86e929d395c11e4c3d0ca01ee45c (patch) | |
tree | e99ab3d786c7eca4f97d38610072a2bedd1bdd6b /files/ja/glossary | |
parent | 28fc83ead53196104779b628652c12ce0c5c4b5c (diff) | |
download | translated-content-464cfe98352e86e929d395c11e4c3d0ca01ee45c.tar.gz translated-content-464cfe98352e86e929d395c11e4c3d0ca01ee45c.tar.bz2 translated-content-464cfe98352e86e929d395c11e4c3d0ca01ee45c.zip |
Docs/Glossary/FTP を更新 (#582)
* Docs/Glossary/FTP を更新
英語版 Last modified: Jan 13, 2021 と同期。
* Update index.html
レビューコメントを反映
Diffstat (limited to 'files/ja/glossary')
-rw-r--r-- | files/ja/glossary/ftp/index.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/files/ja/glossary/ftp/index.html b/files/ja/glossary/ftp/index.html index 4af729d563..e3d680eb6b 100644 --- a/files/ja/glossary/ftp/index.html +++ b/files/ja/glossary/ftp/index.html @@ -8,15 +8,13 @@ tags: - Protocol translation_of: Glossary/FTP --- -<p><strong>FTP</strong> (File Transfer Protocol、ファイル転送プロトコル) は、ある{{glossary("host","ホスト")}}から別のホストに、{{Glossary("TCP")}} を介してインターネット上で、ファイルを転送する、標準的なネットワーク{{glossary("protocol","プロトコル")}}です。</p> +<p><strong>FTP</strong> (File Transfer Protocol、ファイル転送プロトコル) は、ある{{glossary("host","ホスト")}}から別のホストに、インターネットを介してファイルを転送するための長年の標準的な{{glossary("protocol","プロトコル")}}でした。しかし、チームやホスティングアカウントは FTP を許可せず、代わりに Git などのバージョン管理システムに依存することが増えています。古いホスティングアカウントでも使用されていますが、もはや FTP はベストプラクティスとは見なされていないと言っても過言ではありません。</p> -<h2 id="もっと学ぶ">もっと学ぶ</h2> +<h2 id="Learn_more">もっと学ぶ</h2> -<h3 id="一般知識">一般知識</h3> +<h3 id="General_knowledge">一般知識</h3> <ul> <li><a href="/ja/docs/Learn/Common_questions/Upload_files_to_a_web_server">FTP を介してファイルをアップロードする初心者向けのガイド</a></li> - <li>Wikipedia の {{interwiki("wikipedia", "File_Transfer_Protocol", "FTP")}} 記事 - - </li> + <li>Wikipedia の {{interwiki("wikipedia", "File_Transfer_Protocol", "FTP")}} 記事</li> </ul> |