From 2712da3c5dd6d0d14a426c146c26544766a69996 Mon Sep 17 00:00:00 2001 From: andran777 <86196800+andran777@users.noreply.github.com> Date: Mon, 15 Aug 2022 17:52:06 +0530 Subject: [PATCH] Add FTP content --- .../content/103-networking-protocols/104-ftp.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/103-networking-protocols/104-ftp.md b/content/roadmaps/102-devops/content/103-networking-protocols/104-ftp.md index 1f2754855..860e43bad 100644 --- a/content/roadmaps/102-devops/content/103-networking-protocols/104-ftp.md +++ b/content/roadmaps/102-devops/content/103-networking-protocols/104-ftp.md @@ -1 +1,7 @@ -# Ftp \ No newline at end of file +# FTP + +File Transfer Protocol(FTP) is `TCP/IP` based application layer communication protocol that helps transferring files between local and remote file systems over the network. To transfer a file, 2 TCP connections(control connection and data connection) are used in parallel. + +Free Content +What is FTP? +FTP vs SFTP vs FTPS \ No newline at end of file