Alecaddd / taxi

The FTP Client that drives you anywhere

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taxi

The FTP Client that drives you anywhere

Build Status

Taxi is a native Linux FTP client built in Vala and Gtk originally created by Kiran John Hampal. It allows you to connect to a remote server with various Protocols (FTP, SFT, etc.), and offers an handy double paned interface to quickly transfer files and folders between your computer and the server.

Taxi Screenshot

Install it from source

You can install Taxi by compiling from source, here's the list of dependencies required:

  • gtk+-3.0>=3.9.10
  • granite>=0.5.0
  • glib-2.0
  • gobject-2.0
  • libsoup-2.4
  • libsecret-1
  • meson

Building

meson build --prefix=/usr
cd build
ninja && sudo ninja install

Arch Linux

Arch Linux users can find Taxi under the name taxi-git in the AUR:

$ aurman -S taxi-git

Donations

If you like Taxi and you want to support its development, consider donating via PayPal or pledge on Patreon.

About

The FTP Client that drives you anywhere

License:GNU Lesser General Public License v3.0


Languages

Language:Vala 95.2%Language:Meson 4.1%Language:Python 0.4%Language:CSS 0.3%