# Task 9

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

*What is the response code we get for the FTP message 'Login successful'?*

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

230

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

This code indicates that the user has successfully logged into the FTP server and is authorized to proceed with further actions, such as file uploads or downloads.
