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