Tuesday 18 July 2017

COMMAND PROMPT FTP


FTP (File Transfer Protocol):
Simplest and more secure way to exchange files over the internet.

Uses of FTP:
Client can upload, delete, download, rename, move and copy files on a server.

Change settings in IIS (International Information Service)
Enable IIS settings.
Click on start go to control panel.
Open programs.
Click on Turn windows features on or off.
Click on IIS (Internet Information Services) to change settings and click ok.
Select all check boxes in IIS and click ok.
Establishing an FTP connection through FileZilla Server:

After opening FileZilla Server it will show server address and port number then select check box and click on ok.
After it will open FileZilla Server homepage.
Click on file and open connect to server.
We can see the message connected to server and logged on.
Click on edit and select users.
Users page will be opened and in this click on shared folders. We can add user name.
Add user name and click on ok when client is accessing we can give user name and password.
We can share folders click on add.
After clicking add it will ask which folder you want to add. select the folders and click on ok.
We can see in directories selected home folder is added.
We can select check boxes like read, write, delete.
Click on edit and we can change settings to our server.
Click on passive mode settings enter ip address.
To enter ip address go to command prompt and type ipconfig we can see our system ip address. Enter ip address and click ok. 
Settings has been successfully completed.
Now, download FileZilla Client and we can access filezilla client with our filezilla server.
We can see host, username and password whatever the username and password we have given in filezilla server we have to enter in filezilla client.
Enter all details and click on quickconnect.
We can see connection has been established.
We can see server and client pages.
Left side is server page and right side is client page.
We can send files from local site to remote site server.

CuteFTP:
Developed by Russian program designer Alex Kunadze.
Used to transfer files between computers and file transfer protocols.

Downloading cuteFTP:
Open google and download cuteFTP.
Click alternative download.
Installing cute FTP:
Click on next to install cuteFTP.
 Accept the license agreement and click on yes to continue.
 Select folder or browse where cuteFTP should be install.
 Installation process is going on.
 Click on finish to complete installation.
 In start button search cuteFTP and open.
We can see same as filezilla software where we have to enter host, username and password and click on connect.
We can transfer files just we have to drag and drop the files.
Command prompt FTP:
Transfer files between your PC and other internet systems.

Changing settings in IIS:
Open Run command and type InetMgr.
Home page will be displayed.
In this we are having sites we have to create our own site.
Right click on site and provide FTP site name and select path.
Click on next to continue.
Select No SSL and click next.
Allow users and give permissions.
After click on finish.
We can see FTP site is created. But server is stopped we have to start it by clicking on right side manage FTP site.
We can see in E drive what we are having folders same we can see in FTP folder.
Now, open Run and enter cmd to open command prompt. click ok.
Command prompt opened we have to change to ftp. enter ftp command.
Changed from c directory to ftp directory.
Open localhost means which is my system.
It is asking user name and password.
How to check username in our system:
Click on This PC and right click ->properties.
We can see computer name and we can connect and sps is password.
In commandprompt we can type help command and we can see what are the list of FTP commands.
Now, connect to server computer we have to enter his ipconfig.
open is the command.
Server username and password and we can login.
dir is the command can see whatever files presenting in server drive. 
Connected to server and files shown below.
Select any file and transfer to our localhost.
By using get command we can take the files which are present in server system.


Open C drive.
Right click on C drive and open users.
In users we can find SPS folder.
Zoomtool.png file is presented in it.
We are sending file to server.
Use put command.
dir id the command to check he file is transmitted or not.
File successfully transmitted.
disconnect is the command to close commandprompt.