FTP
FTP(FILE TRANSFER PROTOCOL)
- 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.
- Click on server, goto service, click ftp and click on ON button.
- Set username, password,and tick write,read,delete,rename,and list. Click add.
- Goto desktop,click text editor write something and save the file as hello.txt.
- 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