在Ubuntu上安装SFTP软件,通常是指安装OpenSSH服务器,因为SFTP是SSH的一部分。以下是安装步骤:
sudo apt update
sudo apt install openssh-server
sudo systemctl start ssh
sudo systemctl enable ssh