- File Transfer Protocol: Used for transfering files between client and server.
- Secure Shell: Secure remote login and command execution.
To open multiple tabs or split tabs in WSL, you can use Tmux.
Install Tmux from your WSL terminal, then run the tmux command to use it.
Ctrl + b and then % -> to split the current pane vertically
Ctrl + b and then " -> to split the current pane horizontally
Ctrl + b and then x -> to close the current pane
Ctrl + B and then C -> To open a new tab
Ctrl + b and then n -> to go to the next tab on the right
Sources: