Computer literacy, help and repair

FileZilla - instructions for using and configuring an FTP client. FileZilla - what is this program What can you use the filezilla program for

The FTP protocol is very often used these days by many webmasters and developers to upload files to servers, manage site files, and perform other similar tasks. This protocol gained such popularity because it is easy to use and does not require special knowledge of the device and commands of Linux operating systems.

One of the most popular FTP clients used by many users on various platforms including Windows, MacOS and even Linux. This program makes it very easy to connect to a remote server, perform the necessary actions there, for example, edit files, upload them or download them, and also conveniently view the file system. In this article, we will look at how to use FileZilla to solve our problems.

Before we proceed directly to solving the problem, we must first install the program.

1. Install FileZilla

On most modern Linux distributions, this program can be installed from the official repositories. For example, to install a program on Ubuntu, use the following command:

sudo apt install filezilla

And in RedHat or CentOS:

sudo yum install filezilla

For other distributions, the installation command will differ only in the package manager. On Windows, you can get the program by downloading the installation package from the official website. Once installed, you will be able to find the utility in the main menu. By the way, there is also a binary version for Linux on the official website.

2. Interface

Immediately after starting the program, you will see such a window. In a small dialog box, the utility reports version information and links to documentation:

This window can be closed. Next, consider the interface of the main program window:

  • Menu- located at the very top of the window;
  • Toolbar- it is located immediately below the menu and contains various tools for managing the state of the program;
  • Authorization panel- immediately below the toolbar there are four fields for entering authorization data on the server;
  • Command bar- just below there is a text field in which all commands sent to the server and their results will be displayed;
  • File Manager- even lower the window is divided into two parts. On the left side is the file manager of the local computer, on the right - files on a remote server;
  • status bar- at the very bottom is the status bar, which displays the progress of uploading or downloading files, as well as the number of successful downloads and downloads that ended in an error.

We will have to use all these tools to manage the program.

3. Connecting to the server

The first thing to do is to connect to a remote server. To do this, specify the following parameters:

  • server ip- IP address or domain name on which the FTP server is running, in our example we will use one of the test servers;
  • Username- your user or anonymous for anonymous access;
  • password- your user's password, can be left blank for anonymous access;
  • port- if the FTP server is not running on the standard port, it must be specified here.

After that you need to press "Quick connection". The program will ask if you need to remember the password. In order for the remember option to become active, you must first select "Don't Remember" and then again "Remember":

Then, next time, you won't need to enter the password again. Just click on the triangle next to the button and select the desired server, filezilla will connect automatically.

When the filezilla connection is established, folders and files that are on the server will appear on the right side of the window. Please note that this window is also divided into two parts, the folders are at the top, and at the bottom are files along with folders.


4. Download files

One of the most common uses of FileZilla is uploading files to a remote server. To do this, simply select the desired file, open the context menu for it and select "Upload to server":

In the same way, you can send multiple files to the server. Just mark them with the key ctrl or mouse, and then open the context menu and select "Upload to server":

Please note that the download progress for each of the files will be displayed at the bottom of the program window. When the work is completed, you will be able to find your files on the server. You can download files from a remote server in exactly the same way, the only difference is that you need to work in the right panel and the name of the button will be "Download".

5. Editing files

One of the useful features of FileZilla that other programs don't have is file editing. You can edit files both locally and remotely. To do this, simply select the desired file and in the context menu for it select "Open":


Next, a text editor will open where you can make all the necessary changes. Once you're done, save the file and close the editor. FileZilla will ask you if you want to upload a new file to the server:


Agree on both windows.

6. Search for files

We do not always know exactly where this or that file is located. The program supports search functionality and this can help you use FileZilla in some situations. To find a file by name, size, and date in the directory structure of the server or local computer. To start the search, click on the tool with the drawn binoculars. In the window that opens, enter the search parameters:

You can choose options such as "Name", "The size", "Date" and "Path". Once the desired criteria have been set, click "Search". In the same window, the program will display the detected files.

7. Other actions with files

With the help of the FileZilla client, you can perform all the standard actions on files on a remote server. It is possible to use FileZilla to create directories, create files, rename and even change permissions. All these features are available from the context menu of the file.

8. Setting up FileZilla

We will not always be satisfied with the standard features of the program. Then you may need to configure FileZilla. To open settings, open the menu "Editing", then select "Settings".

The first thing we will be interested in is the file transfer mode. There are two modes:

  • Active- the server connects to the client and downloads the file;
  • Passive- the client itself connects to the server, then the file is transferred.

As you understand, if the computer is connected to the Internet through NAT, then the active mode will not work. The program defaults to passive. This setting can be changed on the FTP tab:

The sFTP tab contains settings specific to this protocol, for example, you can add keys that will be used for encryption:

On the tab "Transmissions" you can configure the number of files that are transferred at the same time, as well as specify the maximum speed at which a FileZilla file transfer can be performed:

On the tab "Edit Files" you can select the editor to be used when editing:


conclusions

In this article, we looked at how to use the FileZilla client to manage files on a remote FTP server. This is a great utility that allows you to perform all the necessary actions, and much easier than using console clients. It is quite easy to deal with it, especially after this instruction. If you have any questions, ask in the comments!

Good day! It will be useful for all users who are going to start creating websites or blogs to know what FTP is and how to use Filezilla . The File Transfer Protocol is a way to exchange data between a local computer and a remote server.

About Filezilla

FileZilla is one of the best FTP clients with a free license. And in this case, free distribution does not at all indicate any limitation of the program. On the contrary, FileZilla surpasses even most similar paid applications in many ways. And the enormous popularity of FileZilla is due to a superbly designed management system and an extremely usable user interface.

As an FTP client, FileZilla allows you to upload website files from your computer's hard drive to your hosting provider's server. In addition, FileZilla supports editing, updating, deleting and setting the properties of site files on a remote server right from the desktop of a personal computer.

So, dear webmasters and bloggers, now you know FileZilla - what kind of program it is and you can get started.

FileZilla - where to get it, how to install it and how to get it to work

Since the program is completely free, there is no need to look for distributions on random sites and through a fifth party. You can catch an evil virus and destroy a computer dear to your heart (and wallet). Just enter the coveted address of the official website of the FileZilla developer in the browser search bar and download the latest version.

You can download FileZilla in several ways, depending on the need.

  • An installer for installing the program on a computer disk.
  • Archive for use in portable mode. You can unzip the archive to a USB flash drive and always carry with you an FTP client that is already configured and ready to work with the site on any computer.
  • Getting the source code of the program is for programmers and developers who want to bring their own innovations to the program.

How to install FileZilla on a computer? Download the installer and then follow the instructions of the program. The installation is the most common. If you want to use the portable version of FileZilla, just download the archive to any convenient folder on your computer disk and unzip it there.

  • For convenience, create a package called FileZilla.
  • To launch the application, click on the executable file filezilla.exe.
  • Using the context menu (right mouse button), create a shortcut on the desktop.

If you have Lancher installed on your computer, add FileZilla to the list and assign hotkeys. For example - "Win + F".

Getting Started with FileZilla - Easy Start

After installing the FileZilla program, how to use it to work with the site? Before you can use an FTP client, it's a good idea to stake out a spot on the hosting provider's server. If you have not yet decided on the specifics of your mega startup, it is recommended to register a free domain and hosting for practice.

  • After registering on the hosting, you will receive data to your email address to access your site. Save this information in a dry pad. It is these little blue letters and numbers that you will need when you try to publish your site using

So, assuming you've already created some HTML pages using the website builder, installed the FileZilla FTP client, how do you connect to the server when you're almost done?

Setting up the connection and connecting to the server

The popularity of this program is largely due to the fact that FileZilla is already configured by default and you do not need to go to graduate webmaster courses to upload the site to a remote server.


The second method is suitable if you have many sites. Then in Menu press “ Site Manager”, enter the connection data there and create a new Project. In the future, it will be possible with the help of this Manager to instantly connect to the desired site without filling in logins and passwords.

Website development with FileZilla

Usually, if all the data is entered correctly, the Internet connection is normal and the remote server works, the connection occurs within a minute without any problems.


Working with FileZilla is done exactly like in Windows Explorer with local folders and files. You can copy or move files by simply dragging with the mouse arrow or using the context menu.

Occasionally it also happens that using FileZilla it is impossible to connect to the server . Most often, problems arise due to erroneous user settings. Return the default settings and enter the connection data again.

Transferring data may fail if the user tries to upload too many files to the server at the same time. An overload occurs and the connection is terminated. It is recommended to set a data transfer limit in the FileZilla program settings.

Sometimes when you try to connect, you receive a notification about an incorrectly entered password. This most often happens in cases where the user has always connected to the server on one computer, and when trying to access the site from another computer, an error occurs.

To solve the problem, go to the site control panel and change the password. After that, the connection should go well.

I have it all. See you soon!

Sincerely, Evgeny Kuzmenko.

How to use the FileZilla program - detailed instructions for setting up and using an FTP client - 5.0 out of 5 based on 2 votes

Almost all webmasters and site owners need various kinds of FTP clients that allow you to copy files to and from the server. In this article, we will quarrel in detail how to use FileZilla - a program that makes it very easy to copy, delete, edit and other useful operations that can be useful when working with site files and moving them to the server and back.

If your site is still on a local server, then this program is not of interest to you yet, but it will come in handy in the future. But for those whose site is located on a real server, this FTP client will be a very useful program.

The Russian version of FileZilla can be found at http://filezilla.ru/, where it is available absolutely free. Or from our file archive: .

First, let's look at how to set up a FileZilla FTP client connection to our hosting. Next, let's focus on the operations of downloading and uploading files or folders from hosting to a PC and vice versa.

The third point, which is considered in this article, will be the use of the program in conjunction with the notepad ++ notepad, which will allow us to open files for editing directly from this FTP client.

How to change the permissions for folders and files, we will consider in the fourth step. Lastly, we will turn our attention to the operations of creating, deleting, and assigning new names to objects.

Setting up an FTP connection

To connect to the server using the FTP protocol, you can use several methods:

  • It is possible to configure the connection directly directly from the main program window.
  • In addition, you can add a new connection in the site manager, the convenience of this method lies in the fact that passwords and logins for access, as well as other settings, are saved. Let's dwell on each method in detail.

Using the main FileZilla window to set up a connection

When you plan to connect to the server once, there is no need to save settings and passwords, so it's faster and easier to do it right from the main window of the FTP client. For these purposes, special fields are provided, located slightly lower than the program menu.

  • In the "Host" field - you need to specify the address of the FTP server;
  • Username - account name (login) for FTP access;
  • Password - the password of this account, required for authorization on the server;
  • Port - port 21 is used by default.

When the data is entered, press the "Quick connection" button. The result of these actions will be the appearance of the directory tree of the connected server in the right window of FileZilla.

Using the Site Manager to Add a New Connection

If you often need to connect to a particular site and want to save the settings for this connection so that you do not have to re-enter data each time, you can set up a connection in one click.

The site manager will help you do this, to enter it you need to select "File" >> "Site Manager". It is also available by pressing the corresponding button in the quick launch bar.

In the window that opens, you need to click on the "New Site" button, then enter the name of this connection, after which you can proceed to the settings.

  • In the "Host" field - specify the FTP server address;
  • Protocol - do not touch the field, leave FTP;
  • Encryption - leave as is;
  • From the drop-down list "Type of input" - you need to select "Normal";
  • User - enter login for FTP connection;
  • Password - a password is required.

All the necessary information can be obtained by contacting:

  • to the contents of the letter sent by the hosting provider after ordering hosting;
  • to the hosting control panel;
  • hosting support.

Having now learned how to connect to a server using FileZilla, let's take a look at some more useful features available in other tabs.

Advanced tab

On this tab, we can specify the type of server and synchronize folders between the server and the local PC. Consider synchronization. To do it, you need to select the folder on your computer that you want to synchronize in the "Local default directory" line. Then you need to specify the full path to the folder with the site on the server in the "Remote default directory" field. You can take it from the letter sent by the hoster or by contacting technical support.

After we check the box "Use synchronized browsing", the data will be synchronized. After completing these steps, if you go to another folder on the server, FileZilla will also go to this folder on the local PC, automatically. If you do not check the checkbox, folders will be synchronized only when connected. In the future, you can navigate through the directories as you like.

Transmission settings tab.

This tab allows you to set a limit on the number of simultaneous connections and configure the mode specifically for the selected connection. If there are problems with the FTP connection, then in some cases switching the transfer mode can solve this problem.

Encoding tab.

We can turn to this section of the program in case there are problems with encoding after transferring files. If this happens, you should manually change the encoding, usually UTF-8 is used.

So, we are done with creating a new connection. By clicking "OK", the result will be saved. Now we can enter the "Site Manager" and, in order to establish a connection, just select the required site from the list and click on "Connect". You can also use the button in the quick launch menu of the FTP client.
If all the steps were performed correctly, the program will connect to the site, and hosting folders will appear in the lower right column.

Rules for working with folders and files, copying and deleting them

1. To upload information to the hosting (server) or download data from it to your PC, just drag the target file (Drag-and-drop option). Namely, hold down the left mouse button on the target file (folder), and without releasing, move the cursor to the desired folder, and then release the button. If you need to select multiple files, you can hold down "Shift" or "ctrl" and left-click on files and folders.

2. You can also download or upload data using the context menu of the program. To do this, point to the required file and press the right mouse button, in the drop-down menu, click "Download" if we transfer the data from the server to the PC or "Upload to the server" if we need to upload it from the PC to the server. These files will be copied to an adjacent window in FileZilla. Remember that the hosting data is displayed on the right side, and the computer on the left.

3. If you need to create a new folder on the server, right-click in the remote site field and select "Create directory" from the drop-down menu. You can enter a directory name only in Latin characters.

4. To rename a folder or file, right-click on the target object and select "Rename".

5. To delete a folder or file, select "delete" from the same menu.

In general, standard actions for a PC.

Opening a file for editing

Usually, changes are made to html, css, php, js files. In this example, I'll show you how to set them up for editing using the notepad++ editor. If you are using another editor, such as Dreamweaver, follow the same steps.

So, in order to open a file for editing in FileZilla, you need to select it and press the right mouse button, then click on the item "View / Edit (View / Edit)". When you do this, the file will open in the program that is installed on the PC by default for this extension.

Since we want to work with text files in notepad++, let's do a little tweaking.

To do this, in FileZilla open "Editing" >> "Settings" >> "Edit Files". Click on "Use the following editor", click on "Browse" and specify the location of the editor's startup file (usually C:\Program Files\Notepad++\notepad++.exe). We press "OK". Now all editable files in filezilla will open in notepad++.

When you save an edited file in Notepad++ and then return to FileZilla, the program immediately gives you a window informing you that the file has been changed and offers to replace it on the server as well. Click "Yes", and the updated file will be uploaded to the server.

Configuring access rights to folders and site files

To change permissions through FileZilla's FTP manager, select a folder or file and right-click to select "File Permissions". You can change the rights here by checking the necessary items, or by entering a numerical value.

You will also need to decide whether to apply the changed settings to subdirectories. If necessary, check the corresponding item with a checkmark, and you can choose whether to assign new rights to all nested directories and files, only to directories, only to files.

The standard default is 755 (for directories) or 644 (for files). When you have set the settings, confirm your choice by clicking "OK".

Selecting a folder on the server that opens by default

When connecting to the server, Filezilla shows us the root directory. If you most often work with a specific directory, you can configure the FTP client so that when it starts, it immediately shows the desired directory on a specific site. To do this, we perform a series of actions.

1. Go to the desired directory on the desired site and copy the path to it in the "Remote site" field.

2. In the "File" menu, select "Site Manager" >> "Advanced" and in the "Remote default directory" item, paste the copied address of the target folder.

After confirming the choice using the "OK" button, you will immediately get to the desired directory on all subsequent Filezilla activations, thereby saving time.

So, now you know how to use the FileZilla program. We have covered all the necessary features of the program to successfully start using a well-known FTP client.

Good day! Today we will talk about the Filezilla program. Filezilla is an FTP client program that allows you to connect your PC to a server. At the same time, it is quite convenient to install or, on the contrary, remove various files, etc. from it. In another way, this software has quite a lot of features. We will think about how to use filezilla in a more convenient way.

I know that quite a few site owners perform similar operations on the server itself, including not only downloading or installing files, but also creating their own resources directly on the hosting, installing the engine and other operations. It seems to me that working directly on the hosting is rather inconvenient. Therefore, I decided to tell you how to use filezilla.

Before creating this blog, I was already using the Filezilla software with might and main. I was downloading files from file managers and installing them on warez resources. For these purposes, I used the filezilla software. Therefore, when creating the site, I immediately began to use this software.

I tried several times to do the same using a browser or hosting in the control panel. I realized that it is much more convenient and easier to do all this through an FTP client. Also, a program such as Total Commander helps to connect to the server. But I still like Filezilla better.

In my opinion, the total commander has quite a few purposes, and it performs them at an average level, and if the program is tailored for a specific action, for example, connecting to a server, it does it much faster, more conveniently and better.

You can download the software itself on many sites, the program is free. But I prefer directly from the manufacturer's website by entering the URL http://filezilla.ru/ .

Then you need to install Filezilla. This is done very simply, automatically. Then, after installing the software, a direct connection to the server is made using an ftp connection. I can show you the resource control panel using sweb.ru hosting as an example:

The folders and files in it look like this. If you want to put some folder or file on the server, you will have to use the function of downloading a folder from a PC. If you need to edit the file, we will have to use this panel again on the hosting.

How to use filezilla learning this software

An FTP client makes this job a lot easier. To connect with using Filezilla, we need to know some data, or rather, we need a login, a host and a connection password. It won't be hard to find them out. When buying a site on a hosting, this information was sent to your mailbox. If you deleted this letter and the data disappeared, you can find them on the same panel of your hosting. They are there.

We go further. After starting the FTP client, click on the “file” button, then go to the “site manager” and add a new site. You can name it whatever you like. For example - Site 1, etc. Then we go to the right column, and there in the "Host" menu we enter the data we need.

Then select "Login Type". Let's choose "normal". Go to the "User" section and insert the login issued on the hosting into the working line. In the "password" section, enter the password that we received on the server. We just need to click on "connect".

If you perform these steps correctly, you will successfully connect to the hosting. Then, in the column on the right you will see the folders of your site.


Now, you don't have to worry about how to use filezilla, because the structure of this program is quite similar to the structure of the "Explorer". All files and folders work on the same principle. That is, when the mouse is double-clicked, the folder opens and we see its components.

If necessary, you can click on any file and, holding the left mouse button, simply drag it to any place we need on the PC. You can go to the left window of Filezilla, where the sections of our PC will be displayed. Or we drag the file to any section of the Explorer program, which should be open. Filezilla even allows you to perform these manipulations with the Total Commander program, if you are used to using it.

Next, we make changes in the desired file or folder that we copied, and return them to their place in the same way, after which they will be overwritten. At the same time, at the bottom of filezilla we will see these manipulations. Namely:

- how many files were uploaded,

- how much work

— how many failed downloads.

I want to note right away that there should not be unsuccessful downloads. If the download was unsuccessful, try again.

Deletion from the server works on the same principle. To do this, select the desired daddy and through the context menu click on "Delete". In the same way, you can rename the desired file or set permissions on it.

I think it became clear to you that working with Filezilla is much more comfortable than with the same control panel. You need to put a new plugin, some folder or file, just open the FTP client, connect to the hosting and perform the necessary actions. Pretty simple. When loading through the panel, errors are not rare, they also happen with filezilla, but much less often!

I hope you now know how to use filezilla! Good luck!

Sincerely, Andrey Zimin 08/13/2014

Anecdote in each article:


Hello, friends.

Today I'll show you how to use the FileZilla program and connect with your hosting provider with it, so that you can then download files to your computer or upload files to the hosting.

This program should be in the arsenal of every webmaster. It doesn't matter if you have a blog or a simple one-page website. Sooner or later you will need to edit your website files. And for this you need to download them to your computer, which will help the FileZilla ftp client.

And until I started publishing articles in which very often I have to do operations to edit files that are on the hosting, I am writing an article about this ftp client so that you can always refer to this material.

We will not study the program thoroughly. I will only show the main functions that are indispensable in my work. Download the program from the official site.

After going to the site, click on the next button.


We also get to the next page, where we also click on the button.


After clicking, it will transfer to the next page, where the automatic download of the program will begin.


After downloading, immediately run the installer and install the client.

The client is free, so the installation is done in the usual way. I will not show the installation process. Everything is extremely simple there.

After installation, immediately run the program and begin to deal with it.

FileZilla Basics

If you used the Total Commander file manager, then there will be no difficulties in mastering FileZilla, since the principle of operation is similar.

The program consists of 2 main work areas:

  1. An area that displays computer files (local site);
  2. The area where the content of the server is displayed (remote site).

As you understand, in the left area (1) you can navigate around the computer, as in the standard explorer of the operating system. In the second area, everything is similar, only we are on the server and see all the folders and files located in it.

In the screenshot above, I'm inside my hosted blog browsing through all my plugin folders. How to connect to any server through this client, we will consider below. And now I will show you how you can upload files from your computer to hosting and vice versa.

The first way is through the right mouse button, selecting the "Upload to server" item in the context menu.


By selecting this item, the file will be uploaded to the hosting and the download process will be shown at the bottom of the program.


After the download is complete, the file will appear on the server. The file should appear in my place with the folders of all the plugins of my blog.

We can also upload files by double-clicking the left mouse button, as when opening folders in Windows. But, if we want to upload a folder, then this method will not work, since a transition will be made inside the folder. You need to use the method through the context menu.

It is also possible to upload and download files by simply moving files and folders while holding down the left button of the computer mouse. These actions are standard for any operating system. If you actively use a computer, then there will be no difficulties.

If you want to download files from a hosting to a computer, then everything is done in the same way. You can use any method. Only, when using the context menu, you must select the "Download" item.


We have analyzed the process of managing file uploads.

It is also worth noting the program log area. When we connect to a server, the connection process is accompanied by a record of the actions that take place. The log window is located at the very top of the program above the workspaces of the FileZilla file manager.


This can be useful if you are unable to connect to the server while making a connection. You can look at the report and see what's wrong. Of course everything is in English. But, if incorrect connection data is entered, then you should understand everything.

We've covered the basics. Now let's start creating our connection to connect to the hosting or any other server.

Connecting to hosting ftp server


There are 2 options for connecting to ftp servers through FileZilla:

  1. Fast connection;
  2. Connection through the added connection in the site manager.

Consider first a fast connection.

This option will be useful when there is no need to constantly connect to some server. Here you need to connect 1-2 times somewhere. Then a fast connection is the best.

For such a connection, the ftp client has a special panel located under the main menu of the program.

When connecting in this way, you must fill in the fields:

  • The host is the address of the server itself;
  • Username - login to the server's ftp account;
  • Password - password for ftp server account;
  • Port - enter the port number (21) or leave the field blank.

Ask your hosting provider for the host, username and password. As a rule, these data are given immediately after registering a hosting account. For example, on TimeWeb hosting and Makhost, data comes immediately in the registration letter.

If you do not know this data, then write to the hosting support service. You will definitely be helped.

After entering the data, click on the "Quick connection" button, which actually happens after that. If everything is entered correctly, you should see the contents of your hosting account in the right window of the program, as well as an inscription about a successful connection in the program logs.


After that, we can do the necessary tasks of downloading files and so on.

One more moment. After making quick connections, they will be saved in the list, which is available by clicking on the arrow next to the "Quick connection" button.


I have now this list is empty, since I did not make quick connections.

Please note that as new quick connections are added, this list will change. New connections will appear in it, and older ones will disappear. Therefore, keep in mind that you will not always be able to use the list of quick connections.

Now let's move on to connecting to the server through the connection added to the site manager.

The advantages of this method are obvious.

  • Firstly, you will always have this connection at hand;
  • Secondly, it will not be necessary to enter it every time or be afraid that it will suddenly disappear by itself.

To create such a connection, under the "File" menu there is a "Site Manager" icon.

By clicking on it, a window opens in which the connection (site) is added.


I already have 3 connections that I use all the time. Now you can easily add your connection. I will describe this process on an existing connection. Let's get started.

Click on the "New Site" button and enter the name of the connection (any name convenient for you).


Then select the type of login "Normal" and enter all the data (host, user and password) to access the ftp server. I leave the "Port" field blank.



After clicking on the "OK" button, the site manager window will close. We can re-enter it and see a similar picture, as before. The list will contain our added connection. Then we can try to connect to the server by clicking on the "Connect" button.


The connection will start. If everything is filled in correctly, then the connection process will be completed successfully and in the right area "Remote site" you will see the contents of your hosting account.

If, however, some errors were made when creating the connection, we can always edit them by selecting a site in the list and changing the data for it. After making changes, always save the settings by clicking on the "OK" button.

As in the case of the fast connection, we can connect to our servers using the connection list, which is available by clicking on the arrow next to the site manager icon.

At this stage, we have covered the process of connecting to an ftp server using the FileZilla client. Everything is quite simple here and I hope you do not have any difficulties. If something is not clear, then I wait in the comments.

Now I propose to consider another interesting feature that I constantly use in my work with my site. It allows you to save a little time and saves you from uploading files to an unnecessary directory.

Synchronized View

This function is to simultaneously move through the folders of the client's ftp file manager, when we ourselves move only in one area (on a computer or on a hosting).

Imagine that we have a folder with the engine of my site on our computer. And hosting also has it. Both of these folders have exactly the same content in the form of a large number of subfolders and files. I'll show you exactly how it looks.

I constantly need to navigate within these folders, downloading files.

Let's say that I need to navigate in both areas to the wp-admin folder. To do this, I need to go to this folder in the left area, and then in the right. That is, you need to perform 2 identical actions.

The synchronized view, on the other hand, goes automatically to the same folder in the second area when you go to the first one (or vice versa). That is, I go to the wp-admin folder in the right area, and the synchronized view automatically picked up my actions and the program itself moved to the same folder in the left area.

It is very comfortable. Saves time. Allows you to save yourself from constant actions of the same type. And sometimes it saves you from uploading files to the wrong folder. It happens that you just forget to go in some window to the same directory.

But there is one but. This function works only if the name of all directories between which the movement takes place in both areas is identical. If I wanted to go to the "sales" folder on my computer, but the hosting does not have it, then the synchronized view will not work.

To enable synchronized browsing, you must enable the corresponding icon on the toolbar.

When this icon is active, you will be able to move between the computer and hosting directories and at the same time move only in one area. A very handy item. I use it constantly.

How synchronized viewing happens, I showed more clearly in the video below. It also showed how to use the FileZilla ftp client.

I hope that now this program will become an indispensable assistant for you and save your nerves and strength.

On this I will end this article. One of the following articles will be about the Notepad editor. A very cool thing. In addition, there is a built-in ftp client that allows you to upload edited files directly to the hosting.

In the comments, I would like to know what programs do you, friends, use to connect to the hosting? Also write ideas for reviews of new programs and other blog materials.

Thank you for your attention. Till.

Sincerely, Konstantin Khmelev.

Similar posts