FTP is an Internet protocol which runs at the application layer which is a standard for transferring files (files) the computer between the machines in an internetwork.
- Install the FTP Server by typing apt-get install vsftpd because here we use this application to configure FTP
- To check whether the application is installed or not we can type dpkg-l | grep vsftpd on the terminal and then enter
- Setting IP address in a Fix by typing nano /etc/ network/interfaces on the terminal and then Enter
- Add the following configuration:
ifaces eth1 inet static
address 172.xx.xx.xx
netmask 255.255.0.0
auto eth1
- Then save the configuration and restart the network card
- Open vsftpd file by typing nano /etc/vsftpd.conf on the terminal and then enter
0 komentar:
Posting Komentar