Task 7
Task 7
What is the command we need to run in order to display the 'ftp' client help menu?
Answer
ftp -?
Explanation
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.
Last updated