FileZilla

For Tux, make sure to use your Drexel abc123-format username and your Drexel password to connect to Tux.

Make sure to always use SFTP - traditional FTP connections are blocked on Tux, and will transmit login details (including your password) in plain text. You should never use FTP due to this security concern.

Video Instructions
Written Instructions
  1. Go to https://filezilla-project.org and download the FileZilla Client for your operating system.
    filezilla1

  2. In the top-left corner, click File > Site Manager...
    filezilla2

  3. On the right-hand side, select STFP as the protocol
    Type tux.cs.drexel.edu in the Host field
    Enter your Drexel ID (abc123) in the User field

    filezilla3

  4. On the left-hand side, select and rename the site to a preferred name such as "tux". When done, click Connect.
    filezilla4

  5. Enter your Drexel password. Also, check the box to remember the password until FileZilla is closed.
    filezilla5

  6. You now have access to your Tux via FileZilla GUI
    filezilla6


Additional Tips
  1. You can drag-and-drop your files from your local computer to the remote Tux server.
    filezilla7

  2. You can also drag-and-drop from your remote Tux server to your local computer.
    filezilla8

  3. Be careful transferring files to locations that have a file with the same name. Determine if you want to overwrite this file.
    filezilla9

  4. To set your default text editor, go to Edit > Settings... in the top-left corner.
    filezilla10
    On the left-hand side, find and click on File editing. Click Use custom editor radio button > Browse...
    filezilla11
    Find your preferred text editor (Notepad++ recommended). Click Open > OK to save your changes.
    filezilla12

  5. To edit a file, right-click the file and click on View/Edit.
    filezilla13
    After you have finished editing and saving your file, you will get up a pop-up that the file has changed. Click Yes to update the file on the remote Tux server.
    filezilla14
Troubleshooting

Mac Users - Annoying Pop-up

If you see an error that says, 'Could not write "/Users/userid/.config/filezilla/filezilla.xml": Failed to write to xml file.':

FileZillaErrorWritingToXMLFile350px

To get rid of error, open up your Terminal application or program in Mac.

Type in following commands.

Press the Enter/Return key at the end of each line.

sudo mkdir ~/.config/filezilla
# TYPE IN YOUR PASSWORD, if prompted. NO CHARS SHOW AS YOU TYPE.
# replace <your_userid> with the userid on your Mac that you login with
sudo chown -R ‹your_userid> ~/.config/filezilla