aboutsummaryrefslogtreecommitdiff
path: root/files/de/glossary/ftp/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/glossary/ftp/index.html')
-rw-r--r--files/de/glossary/ftp/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/de/glossary/ftp/index.html b/files/de/glossary/ftp/index.html
new file mode 100644
index 0000000000..b18b385713
--- /dev/null
+++ b/files/de/glossary/ftp/index.html
@@ -0,0 +1,19 @@
+---
+title: FTP
+slug: Glossary/FTP
+tags:
+ - FTP
+ - Glossar
+ - Protokoll
+translation_of: Glossary/FTP
+---
+<p><strong>FTP </strong>(File Transfer Protocol) war für viele Jahre das Standard {{glossary("Protokoll")}} um Dateien von einem {{glossary("Host")}} zu einem anderen über das Internet zu übertragen. Zunehmend jedoch, erlauben Teams und Hosting-Konten kein FTP und setzen stattdessen auf ein Versionskontrollsystem wie Git. FTP ist auf älteren Hosting-Konten noch wiederzufinden, man kann jedoch mit Sicherheit sagen, dass FTP nicht mehr die empfohlene Vorgehensweise ist.</p>
+
+<h2 id="Mehr_erfahren">Mehr erfahren</h2>
+
+<h3 id="Allgemeinwissen">Allgemeinwissen</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>{{interwiki("wikipedia", "File Transfer Protocol", "FTP")}} auf Wikipedia</li>
+</ul>