View Files with FileZilla – filezilla edit file on server

View Files with FileZilla – filezilla edit file on server

What is FTP?

FTP stands for File Transfer Protocol.

FTP is an acronym for one type of (FTP)File Transfer Protocol.
Simple says to FTP is used to all transfer computer files between a client and server on a local computers on a network based.FTP is built on a client-server simple model architecture.with uses separate control data and data connections between the client local side and the server side.

FTP (File Transfer Protocol) is the most commonly used protocol for exchanging with uploading files over the Internet network. FTP works in the same way as HTTP server and SMTP server.

How to use FTP

1- Graphical FTP clients. 2-Web browser. 3-Command-line FTP.

  //Web browser
 ftp://[email protected]/
 //Command-line
 ftp ftp.Pakainfo.com
  • FTP : Transfer files between computers.
  • simple Create directories.
  • simple Remove directories.
  • All List files.

TCP and UDP

Ftp uses most of the two main protocols for sending and receiving files.

TCP stands for Transfer Control Protocol and UDP stands for User Datagram Protocol.

View Files With Editor(Like Notepad++,Subline,etc.)

Step 1. First of all Open your Filezilla FTP software/program.

You can Download or install click here

Download

Step 2. Open and select your Settings menu.software/program.

Click on Edit > Settings. open this tree and File Editing > and click on File Type Associations

Step 3. select your editor the location of your File Editor program and select path.

simple Click on the Start bar menu on your desktop or home.
please Search for your editor program like notepad in the search bar menu.
See your program show on the all list, and RIGHT click it and click on select Properties.
now Copy the location path of your text program file.

step 4. The simple Copy the path location into the File Type enter Associations box.

 

For Example :

php "C:\Program Files\Adobe\Adobe Dreamweaver CS5.5\Dreamweaver.exe" 
tpl "C:\Program Files\Notepad++\notepad++.exe"
js "C:\Program Files\Notepad++\notepad++.exe"
html "C:\Program Files\Notepad++\notepad++.exe"
css "C:\Program Files\Notepad++\notepad++.exe"

Leave a Comment