FileZilla

From Tux
Revision as of 12:25, 4 February 2019 by Sam (talk | contribs) (Searching for remote files)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Introduction

FileZilla is a File Transfer Protocol (FTP) client. It is used to transfer files over a network. You can use FileZilla to quickly transfer files between your computer and the UNLV servers with a simple drag-and-drop interface.

Installation

It can be downloaded here. After finishing the download, run the FileZilla .exe file. You should be greeted with with a terms of service. Hit Next. If you are offered an ad after this, I recommend unchecking the box before hitting Next. FileZilla will now install. Click "finish" when the installation is done.

Connecting to a server

To transfer files, you will need to connect to a server. To access your UNLV files, you can connect to any server. For this example, we will be using Bobby.

  1. Go to the top bar. In the Host box, type in bobby.cs.unlv.edu.
  2. In the Username box, type in your UNLV Computer Science account username.
  3. Type the password for your CS account into the Password box.
  4. Enter 22 into the Port box. Ports 20-22 are the default for FTP. Sometimes FileZilla can connect if you leave the box empty, but it is inconsistent.
  5. Hit Quickconnect to connect to the server. FileZilla will take a moment to connect. If it is successful, you should see the files for the server you connected to on the right.

Using FileZilla

Transferring Files

Transferring files with FileZilla is relatively simple. Just navigate to the file you wish to transfer, and drag it from the side you are transferring it from to the side you wish to transfer it to. Each side can be navigated like a file system. The left side is your local computer and the right side is the server that you are connected to.

Adding Bookmarks

If you are in a directory frequently, you can bookmark it for later to quickly jump back to the directory.

  1. Go to Bookmarks > Manage Bookmarks.
  2. If you'd like to create a new bookmark, click New Bookmark.
  3. You should see a box labeled "local directory". By clicking browse, you can select a directory on the computer you are using to connect. The "remote directory" box will not actually bookmark a location on the remote machine. Instead, it will only jump there when first connecting to the server. Hit "ok" when you are done adding bookmarks.

Searching for remote files

To search for a file or multiple files in a directory, you can use the search function. To do this, use the button that looks like binoculars at the top of the window. This should open a new window for searching. Here, you can set how you want to search.

  1. First, you can set whether to search the local or remote machine.
  2. Next, there is a box specifying which directory to search. The search feature will search this directory and all folders located "inside" of it.
  3. Next, there will be a drop down menu letting you choose whether you want all or any of the conditions to be met.
  4. Lastly, you can enter in your actual search conditions. There will be drop down menus here to allow you to search for a name, date, path, or size of a file. You can then choose whether the file should contain this information or not with the next dropdown. This feature also allows for you to search for regular expressions, similar to grep. After these dropdowns have been selected, type in what you would like to search. To add more conditions, use the plus button on the right. To remove, use the minus button on the condition you'd like to remove.
  5. When you are ready to search, click the search button in the top right. The list at the bottom of the window will start to populate with files that match your search. This will display the filename alongside some metadata, including permissions and location. By right clicking a file, you can choose to edit, download, or delete the file.