FileZilla connects to ubuntu to transfer files

1 First of all, we need to open the service corresponding to ssh on Ubuntu

1 sudo apt-get install openssh-server
2 sudo service sshd start

2 Execute the above two steps, then we check the IP of the server, enter ifconfig
3 to connect in FileZilla "port is 22"
insert image description here

Guess you like

Origin blog.csdn.net/myhAini/article/details/125726689