The bye command terminates the connection with the remote FTP server and enters the user view.
This command is equivalent to the quit command.
You can use the close and disconnect commands to terminate the connection with the remote FTP server and retain the FTP client view.
# Terminate the connection with the remote FTP server and enter the user view.
<HUAWEI> ftp 10.137.217.201 Trying 10.137.217.201 ... Press CTRL+K to abort Connected to 10.137.217.201. 220 FTP service ready. User(10.137.217.201:(none)):huawei 331 Password required for huawei. Enter password: 230 User logged in.
[ftp] bye
221 server closing.
<HUAWEI>