# Task 7

## <mark style="color:purple;">Task 7</mark>

*What is the command we need to run in order to display the 'ftp' client help menu?*

### <mark style="color:purple;">Answer</mark>

ftp -?

### <mark style="color:purple;">Explanation</mark>

The command **`ftp -?`** is used to display the help menu for the **FTP** client. When you run this command, it shows a list of available options, commands, and syntax that you can use within the FTP client to interact with remote servers.
