Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mimecuvalo/fireftp
- Owner: mimecuvalo
- Created: 2011-10-07T21:05:23.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T16:12:21.000Z (over 3 years ago)
- Last Synced: 2024-10-20T05:58:34.390Z (24 days ago)
- Topics: addon, firefox, ftp, javascript, sftp
- Language: JavaScript
- Homepage: http://fireftp.net
- Size: 54.6 MB
- Stars: 147
- Watchers: 23
- Forks: 57
- Open Issues: 87
-
Metadata Files:
- Readme: readme.md
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
```