Difference between revisions of "Using an FTP client to upload files"

From Joomla! Documentation

(Several markup changes.)
 
(20 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Since many hosting companies do not allow their users shell/local access to their files, users wishing to send (upload) new files to their hosting space must make use of a File Transfer Program. [[wikipedia:FTP_client|FTP]] clients allow users to upload files that have been locally edited to a server. There are a variety [[wikipedia:FTP_client|FTP]] clients available and [[wikipedia:Comparison_of_FTP_clients|this chart]] nicely details the strengths of numerous popular programs, many of which are open source and/or free to download.
+
<noinclude><languages /></noinclude>
 +
<translate><!--T:1-->
 +
Many hosting companies do not allow their users shell/local access to their files, so users wishing to send (upload) new files to their hosting space must make use of a File Transfer Program. [[wikipedia:FTP_client|FTP]] clients allow users to upload files that have been locally edited to a server. There are a variety clients available and [[wikipedia:Comparison_of_FTP_clients|this chart]] details the strengths of numerous programs, many of which are open source and free.</translate>
  
If you are using Firefox, may we suggest [http://fireftp.mozdev.org/ FireFTP] as a useful add-on. FireFTP will be used for this tutorial.
+
<translate><!--T:2-->
 +
If you are using Firefox, we suggest [http://fireftp.mozdev.org/ FireFTP] as a useful add-on. FireFTP will be used for this tutorial.</translate>
  
You may want enable the display of hidden files so that you don't lose your .htaccess file (on a linux box) when you upload.
+
<translate><!--T:3-->
 +
You may want enable the display of hidden files so that you don't lose your ''.htaccess'' file (on a Linux box) when you upload.</translate>
  
 +
<translate>
 +
== Using Windows Explorer == <!--T:4-->
 +
</translate>
 +
<translate><!--T:5-->
 +
If you have a Windows Operating System, you can use Windows Explorer to connect to FTP.
 +
</translate>
  
== Using Windows Explorer ==
+
<translate>
If you have a Windows Operating System installed, you can use Windows Explorer to connect to FTP.
+
=== Launching Windows Explorer === <!--T:6-->
 +
</translate>
 +
<translate><!--T:7-->
 +
The images that follow are taken from Windows Vista but the process remains identical.</translate>
  
=== Launching Windows Explorer ===
+
<translate><!--T:8-->
There are many ways to launch Windows Explorer. You can either just open a folder or My Computer, or you can Hold down the '''Windows Key''' and press '''R'''. Type '''explorer.exe''' and click '''Run'''.
+
There are many ways to launch Windows Explorer. You can either just open a folder or My Computer, or you can Hold down the ''Windows Key'' and press ''R''. Type ''explorer.exe'' and click ''Run''.</translate>
  
[[Image:Runexplorer.png]]
+
[[Image:Runexplorer-<translate><!--T:9-->
 +
en</translate>.png]]
  
=== Connecting to FTP ===
+
<translate>
To connect to your FTP server, you will require the login details provided to you by your host or administrator. In the address bar, type '''ftp://USERNAME:PASSWORD@HOST.com''' changing the username, password and host were appropriate. If you are running Windows Vista, you may be required to double click on the address bar to have the ability to type into it. Press '''enter''' on your keyboard once you have filled out the details correctly, and Windows Explorer will connect to your FTP server.
+
=== Connecting to FTP === <!--T:10-->
 +
</translate>
 +
<translate><!--T:11-->
 +
To connect to your FTP server, you will require the login details provided to you by your host or administrator. In the address bar, type ''<nowiki>ftp://USERNAME:PASSWORD@example.com</nowiki>'' replacing the username, password and ''example.com'' with your own credentials. If you are running Windows Vista, you may be required to double click on the address bar to enable you to enter text. Press ''Enter'' on your keyboard once you have filled out the details, and Windows Explorer will connect to your FTP server.</translate>
  
If you entered the user login information incorrectly, you will receive an error like the following:
+
<translate><!--T:12-->
 +
If you entered the credentials incorrectly, you will receive an error similar to:</translate>
  
[[Image:Errorwindowsftp.png]]
+
[[Image:Errorwindowsftp-<translate><!--T:13-->
 +
en</translate>.png]]
  
If this is the case, retype your user details in the boxes provided and try again.
+
<translate><!--T:14-->
 +
If this is the case, re-enter your user details in the boxes provided and try again.</translate>
  
You should see a page, like the following, listing all of the folders/files on your server.
+
<translate><!--T:15-->
 +
You should see a page listing all the folders/files on your server similar to the following image:</translate>
  
[[Image:Connectedwindowsftp.png]]
+
[[Image:Connectedwindowsftp-<translate><!--T:16-->
 +
en</translate>.png]]
  
''For security reasons files/folders on the example screenshot have been removed''
+
<translate><!--T:17-->
 +
For security reasons, ''files/folders'' on the example screenshot has been removed</translate>
  
 +
<translate>
 +
=== Transferring Files === <!--T:18-->
 +
</translate>
 +
<translate><!--T:19-->
 +
The benefit of using Windows Explorer as your FTP application is that you will most likely be familiar with how transferring files works. The interface is the same as if you were copying/moving to another folder on your computer.</translate>
  
 +
<translate><!--T:20-->
 +
The trick is to work out which folder you will upload the files into. In most cases, you will need to upload into a folder called ''public_html'', ''htdocs'' or ''www''. Check this with your host or administrator.</translate>
  
 +
<translate><!--T:21-->
 +
To upload a file, simply drag the file from its original folder into the window that is connected to your FTP server. Here's an example:</translate>
  
 +
[[Image:Transferftpwin-<translate><!--T:22-->
 +
en</translate>.png]]
  
 +
<translate>
 +
=== Closing Your FTP Connection === <!--T:23-->
 +
</translate>
 +
<translate><!--T:24-->
 +
To close your FTP connection, simply close the Windows Explorer window. Press the red ''X'' on the top right hand corner of the window, as in this screenshot:</translate>
  
== Using FireFTP ==
+
[[Image:Closewin-<translate><!--T:25-->
[http://fireftp.mozdev.org/ FireFTP] is our preferred application for FTP transfer if you are using Mozilla FireFox.
+
en</translate>.png]]
  
=== Launching FireFTP ===
+
<translate>
To begin a file transfer, open FireFox then click '''Tools >> FireFTP'''. FireFTP will open in a new tab.
+
== Using FireFTP == <!--T:26-->
 +
</translate>
 +
<translate><!--T:27-->
 +
[http://fireftp.mozdev.org/ FireFTP] is a great tool for FTP transfer if you use Mozilla FireFox.</translate>
  
[[Image:Fireftpmenu.png]]
+
<translate>
 +
=== Launching FireFTP === <!--T:28-->
 +
</translate>
 +
<translate><!--T:29-->
 +
To begin a file transfer, open FireFox then click ''Tools >> FireFTP''. FireFTP will open in a new tab.</translate>
  
=== Configure your FTP Details ===
+
[[Image:Fireftpmenu-<translate><!--T:30-->
If this is the first time you're connecting to your FTP server using your application, you will need to configure the application to connect to the appropriate server. You will need to obtain the details from your host or administrator.
+
en</translate>.png]]
 +
 
 +
<translate>
 +
=== Configure Your FTP Details === <!--T:31-->
 +
</translate>
 +
<translate><!--T:32-->
 +
The first time you connect to an FTP server, configure the FTP client to connect to the server. Obtain the details from your host or administrator.</translate>
 +
 
 +
<noinclude>
 +
[[Category:Installation]]
 +
</noinclude>

Latest revision as of 18:07, 21 October 2022

Other languages:
Deutsch • ‎English • ‎Nederlands • ‎español • ‎français

Many hosting companies do not allow their users shell/local access to their files, so users wishing to send (upload) new files to their hosting space must make use of a File Transfer Program. FTP clients allow users to upload files that have been locally edited to a server. There are a variety clients available and this chart details the strengths of numerous programs, many of which are open source and free.

If you are using Firefox, we suggest FireFTP as a useful add-on. FireFTP will be used for this tutorial.

You may want enable the display of hidden files so that you don't lose your .htaccess file (on a Linux box) when you upload.

Using Windows Explorer[edit]

If you have a Windows Operating System, you can use Windows Explorer to connect to FTP.

Launching Windows Explorer[edit]

The images that follow are taken from Windows Vista but the process remains identical.

There are many ways to launch Windows Explorer. You can either just open a folder or My Computer, or you can Hold down the Windows Key and press R. Type explorer.exe and click Run.

Runexplorer-en.png

Connecting to FTP[edit]

To connect to your FTP server, you will require the login details provided to you by your host or administrator. In the address bar, type ftp://USERNAME:PASSWORD@example.com replacing the username, password and example.com with your own credentials. If you are running Windows Vista, you may be required to double click on the address bar to enable you to enter text. Press Enter on your keyboard once you have filled out the details, and Windows Explorer will connect to your FTP server.

If you entered the credentials incorrectly, you will receive an error similar to:

Errorwindowsftp-en.png

If this is the case, re-enter your user details in the boxes provided and try again.

You should see a page listing all the folders/files on your server similar to the following image:

Connectedwindowsftp-en.png

For security reasons, files/folders on the example screenshot has been removed

Transferring Files[edit]

The benefit of using Windows Explorer as your FTP application is that you will most likely be familiar with how transferring files works. The interface is the same as if you were copying/moving to another folder on your computer.

The trick is to work out which folder you will upload the files into. In most cases, you will need to upload into a folder called public_html, htdocs or www. Check this with your host or administrator.

To upload a file, simply drag the file from its original folder into the window that is connected to your FTP server. Here's an example:

Transferftpwin-en.png

Closing Your FTP Connection[edit]

To close your FTP connection, simply close the Windows Explorer window. Press the red X on the top right hand corner of the window, as in this screenshot:

Closewin-en.png

Using FireFTP[edit]

FireFTP is a great tool for FTP transfer if you use Mozilla FireFox.

Launching FireFTP[edit]

To begin a file transfer, open FireFox then click Tools >> FireFTP. FireFTP will open in a new tab.

Fireftpmenu-en.png

Configure Your FTP Details[edit]

The first time you connect to an FTP server, configure the FTP client to connect to the server. Obtain the details from your host or administrator.