Our Score
Click to rate this post!
[Total: 0 Average: 0]
How To Configure FTP Server
In This lab we Have Taken 1DHCP Server 1Switch And 2 PC’s and then you have to give the IP to the ftp server And PC’s
first on the services of FTP Server
then we have to create user and password in Ftp server
now we have to click in pc command prompt and write the ip addresss of ftp server
and then give the username and password you have given in the ftp server
then type ip config
ftp 192.168.0.1
dir
quit
dir
ftp 192.168.0.1
help
put sample file.txt
rename sample file.txt redhat.txt
dir
get redhat.txt
quit
dir