Difference between revisions of "Site Manager"

From FileZilla Wiki
Jump to navigationJump to search
(Introducing the use of Site Manager)
 
m (Reverted edits by Boharad (talk) to last revision by CodeSquid)
 
(133 intermediate revisions by 75 users not shown)
Line 1: Line 1:
 
==FileZilla Site Manager==
 
==FileZilla Site Manager==
 +
 
The Site Manager allows [[FileZilla_FTP_Client|FileZilla client]] users to store information about their FTP sites.
 
The Site Manager allows [[FileZilla_FTP_Client|FileZilla client]] users to store information about their FTP sites.
  
===Starting Site Manger===
+
==Starting Site Manager==
From the Client menu bar you may find the Site Manager command under the File sub menu.
+
 
 +
The Site Manager command is located under the File menu. You can also press Ctrl+S or Command+S.
 +
 
 +
==Site Manager Dialog==
 +
 
 +
Use the ''Select Entry'' panel on the left to select the target site. Once a site is selected, you may do the following with it:
 +
 
 +
* ''Connect to''
 +
* ''Edit''
 +
* ''Copy''
 +
* ''Rename''
 +
* ''Delete''
 +
 
 +
Use the ''New Folder'' button to introduce or add folders.
 +
 
 +
In the right panel, you have 4 tabs to enter some needed, and much optional, information about the selected site on the left.
 +
 
 +
=== General tab ===
 +
 
 +
* Host: Example: <code>ftp.example.com</code>
 +
* Port: Only if it differs from the standards.
 +
* Protocol: Enter the type of FTP server you will connect to (such as FTP or SFTP).
 +
* Encryption: Whether, and how, the FTP connection should be encrypted.
 +
* Logon Type: The type of login that will take place, when appropriate. The options are: 
 +
** ''Anonymous:'' You can't enter a username and password. In this case, the username is always "Anonymous".
 +
** ''Normal:'' You have to enter a username and, if required, a password.
 +
** ''Ask for password:'' FileZilla asks you the password during logon, and it remembers the password during the session.
 +
** ''Interactive:'' FileZilla asks for the password, and asks again for every new connection to the server.
 +
** ''Account:'' Selecting this enables the "Account" field in the bookmark's settings. This logon type is for FTP only; SFTP does not have support for it.
 +
** ''Key file:'' Selecting this enables the use of ssh keys for authentication.  This logon type is for SFTP only.  You must specify the private key file here, and the server must have your public key.
 +
* User: The user ID to use when connecting.
 +
* Password: Optional.
 +
* Account: Optional.
 +
* Key file: Required when using "Key file" logon type.
 +
* Comments: Optional.
 +
 
 +
=== Advanced tab ===
 +
 
 +
* ''Servertype'' : allows you to make a special selection for this FTP target. Most sites will work fine with the Default value, however some will require SFTP.
 +
* ''Bypass proxy'' : Allows to bypass any proxy server.
 +
* ''Default local directory'' field : Allows you to specify a starting local folder when activating a connection. Example: D:\sites\site1
 +
* ''Default remote directory'' : Allows you to specify a starting remote sub-folder when activating a connection. Begin it with a / and add only the path that follows the root ftp directory. Example: /public_html
 +
* ''Time Offset'' : Allows to adjust the times displayed for files. See the [[Server_time_offset|server time offset]] page for more information.
 +
 
 +
=== Transfer Settings tab ===
  
===Site Manager Dialog===
+
Specifies in more detail how transfer may take place.
Use the ''Select Entry'' field to select the target site . Once selected you may either ''Connect'' to , ''Edit'', ''Copy'', ''Rename'', or ''Discard'' the site.
 
  
You may also organize the sites you can refer to using FileZilla, by introducing a complete folder structure. Use the ''New Folder'' button to introduce or add folders.
+
=== Charset tab ===
  
In the edit section, several tabs are available for detailed information about the FTP location.
+
Specifies the character set used to communicate with the targeted FTP site.
  
* ''General'' describes the hostname, the Port number, the stype of FTP server you will connect to, The type of login that will take place, when appropriate, the user ID to use when connecting, optional the password required, optional the account information needed and finally some space to make comments about the site.
+
== Using Site Manager ==
* ''Advanced'' describes several advanced funcionality
 
** ''Servertype'' allows you to make a special selection for this FTP target. Most sites will work fine with the Default value.
 
** ''Bypass proxy'' Allows to bypass any proxy server.
 
** ''default ocal or remote'' directory fields allow for specifc starting settings when activating a connection.
 
** Finally ''Time Zone Settings'' Allows to interpret time zone values for the FTP server differnt from its real settings.
 
  
* ''Transfer Settings'' specifies in more detail how transfer may take place.
+
Once you've configured your site, select it and click Connect.
* ''Charset'' specifies the character set used to communicate with the targeted FTP site.
 

Latest revision as of 09:56, 29 March 2019

FileZilla Site Manager

The Site Manager allows FileZilla client users to store information about their FTP sites.

Starting Site Manager

The Site Manager command is located under the File menu. You can also press Ctrl+S or Command+S.

Site Manager Dialog

Use the Select Entry panel on the left to select the target site. Once a site is selected, you may do the following with it:

  • Connect to
  • Edit
  • Copy
  • Rename
  • Delete

Use the New Folder button to introduce or add folders.

In the right panel, you have 4 tabs to enter some needed, and much optional, information about the selected site on the left.

General tab

  • Host: Example: ftp.example.com
  • Port: Only if it differs from the standards.
  • Protocol: Enter the type of FTP server you will connect to (such as FTP or SFTP).
  • Encryption: Whether, and how, the FTP connection should be encrypted.
  • Logon Type: The type of login that will take place, when appropriate. The options are:
    • Anonymous: You can't enter a username and password. In this case, the username is always "Anonymous".
    • Normal: You have to enter a username and, if required, a password.
    • Ask for password: FileZilla asks you the password during logon, and it remembers the password during the session.
    • Interactive: FileZilla asks for the password, and asks again for every new connection to the server.
    • Account: Selecting this enables the "Account" field in the bookmark's settings. This logon type is for FTP only; SFTP does not have support for it.
    • Key file: Selecting this enables the use of ssh keys for authentication. This logon type is for SFTP only. You must specify the private key file here, and the server must have your public key.
  • User: The user ID to use when connecting.
  • Password: Optional.
  • Account: Optional.
  • Key file: Required when using "Key file" logon type.
  • Comments: Optional.

Advanced tab

  • Servertype : allows you to make a special selection for this FTP target. Most sites will work fine with the Default value, however some will require SFTP.
  • Bypass proxy : Allows to bypass any proxy server.
  • Default local directory field : Allows you to specify a starting local folder when activating a connection. Example: D:\sites\site1
  • Default remote directory : Allows you to specify a starting remote sub-folder when activating a connection. Begin it with a / and add only the path that follows the root ftp directory. Example: /public_html
  • Time Offset : Allows to adjust the times displayed for files. See the server time offset page for more information.

Transfer Settings tab

Specifies in more detail how transfer may take place.

Charset tab

Specifies the character set used to communicate with the targeted FTP site.

Using Site Manager

Once you've configured your site, select it and click Connect.