Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mimecuvalo/fireftp

free, secure, cross-platform FTP/SFTP client for Firefox
https://github.com/mimecuvalo/fireftp

addon firefox ftp javascript sftp

Last synced: 17 days ago
JSON representation

free, secure, cross-platform FTP/SFTP client for Firefox

Awesome Lists containing this project

README

        

# FireFTP

## Important!
After 13 years and 25 million downloads later, Firefox has officially removed FireFTP and FireSSH support from the browser. Thus, I've ended support / development of the addons. I recommend switching to [Waterfox](http://www.waterfoxproject.org) to continue using the addons.

## Setting up the repository

`FireFTP` has a dependency on the [paramikojs](https://github.com/mimecuvalo/paramikojs) library so it's a couple more steps than just cloning.

```
git clone https://github.com/mimecuvalo/fireftp.git
git submodule init
git submodule update
```

or

```
git clone --recursive https://github.com/mimecuvalo/fireftp.git
```