diff --git a/pentesting/pentesting-ftp/README.md b/pentesting/pentesting-ftp/README.md index 81ace5bd..82e02d70 100644 --- a/pentesting/pentesting-ftp/README.md +++ b/pentesting/pentesting-ftp/README.md @@ -3,7 +3,7 @@ ## Basic Information The **File Transfer Protocol \(FTP**\) is a standard network protocol used for the transfer of computer files between a client and server on a computer network. -It is a **plain-text** protocol that uses as **new line character `0x0d 0x0a`** so it's important to **connect using telnet** instead of nc. +It is a **plain-text** protocol that uses as **new line character `0x0d 0x0a`** so sometimes you need to **connect using `telnet`** or **`nc -C`**. **Default Port:** 21