Home > Article > Web Front-end > How to use filezilla
How to use filezilla: First download, install and start the FileZilla software; then switch the language to Chinese; then click on the "Edit-Settings-Language-Chinese" item and restart; finally click on "New Site" and proceed Just connect remotely.
Recommended download: "FileZilla Software"
FileZilla is convenient and efficient FTP client tool.
Warm reminder:
Linux host please upload the web page to the /htdocs directory. This directory is the root directory of your website.
The Windows host can be uploaded directly to the root directory.
The following takes using FileZilla under the Windows operating system as an example. The operations under the Mac operating system are basically the same and can be used as a reference.
1. After the installation is complete, start the FileZilla software and switch the language to Chinese. Click Edit-Settings-Language-Chinese (Simplified) (zh_CN). After restarting FileZilla, click on New Site: Click File > Site Manager > New Site .
● New site, the name can be filled in arbitrarily, for example, fill in: new site.
● Host, fill in the IP address of the host, such as: 121.XX.XX.XX.
● Port, fill in 21.
● Protocol, select FTP-File Transfer Protocol.
● Encryption, choose to use only ordinary FTP.
● Login type. Select Normal .
● User, fill in the user name of the host (host FTP user name).
● Password, fill in the FTP password of the host.
#2. Connect to the remote site: Click Connect to connect to the host directory. The interface is divided into the following parts:
● Upper part: toolbar and message log.
● Left: Local area, that is, the local hard disk.
● Right: The remote area is the remote server.
● Lower part: Transmission queue. From this area you can see the queue window and view the file transfer progress.
#3. Show hidden files: Click Server > to force the display of hidden files.
4. Related operations: Connect to the remote site. After uploading the web page through the following operations, use a browser to access the test.
● Select the web page or file to be uploaded from the local area, double-click or drag it to the remote area with the mouse to complete the upload.
● Right-click the relevant files and directories on the local site or remote site to perform operations such as creating new files, deleting, renaming, moving, and properties.
The above is the detailed content of How to use filezilla. For more information, please follow other related articles on the PHP Chinese website!