FTP

From MEPIS Documentation Wiki

Jump to: navigation, search

Contents

Accessing FTP servers from MEPIS

There are a number of FTP clients you can use in MEPIS (see comparison charts here).

Konqueror

Perhaps the most readily available is Konqueror, since it is right there in KDE. To access an FTP server using Konqueror, pull up a window and type this in the address bar:

 ftp://<userName>@<serverName_or_IP>

Of course the <userName> part is optional, if you are accessing a server anonymously you don't need it. Examples:

  • To access "ftp.debian.org" anonymously, type:
ftp://ftp.debian.org
  • To access "ftp.mysite.net" as user "myself", type:
ftp://myself@ftp.mysite.net. 
  • To add a password, type
ftp://myself:mypassword@ftp.mysite.net.

Gftp

Gftp comes pre-installed in MEPIS. The interface shows a twin-panel layout, with the local filesystem on the left and the remote filesystem on the right. Below those panels there is a transfer list and a message log. Beginners should note that the connect button is on the left hand side of the connect information, contrary to what might be expected.

For more info see: Gftp FAQs

FireFTP add-on to Firefox

FireFTP is an add-on to Firefox whose development lies in the hands of Mime ÄŒuvalo. It is a free, secure, cross-platform FTP client for Mozilla Firefox which provides easy and intuitive access to FTP servers. Along with transferring files quickly and efficiently, FireFTP also includes more advanced features such as: directory comparison, syncing directories while navigating, SSL encryption, and file hashing.

FireFTP is activated from the Tools menu, opening a two-pane view. The pane on the left side shows the local file system, the one on the right the remote FTP server. Inbetween there are two buttons with arrows, one for upload and the other for download. To connect to an FTP server, either type in a site name directly or use the Account Manager to remember site-specific settings.

The add-on is available for download here.

FTP Server

If you want to serve files over the Internet or local network you can set up a FTP Server.

Personal tools