COMPUTER NETWORK AND SECURITY

FTP(FILE TRANSFER PROTOCOL)

  1. Click on pc and goto ip configuration and set ip address and subnet mask.

Click on server and goto ip configuration and set ip address and subnet mask.

  1. Click on server, goto service, click ftp and click on ON  button. 
  2. Set username, password,and tick write,read,delete,rename,and list. Click add.
  3. Goto desktop,click text editor write something and save the file as hello.txt.
  4. In desktop, open command prompt and type dir command, we can see the file.

 In command prompt type ,

Pc> ftp 10.0.0.1

After giving username and password, We will be connected to ftp server

Ftp> 

TRANSFERRING FILE USING PUT COMMAND

Ftp>put hello.txt

Ftp> dir     // list all file

RENAME FILE

Ftp> rename hello.txt  abc.txt

GET THE FILE AND SAVE THE COPY ON OUR MACHINE

Ftp> get abc.txt

Go to pc 

Ftp> quit ftp

C:\> dir

We will see our file