mohsinhijazee / skod

:art: FTP client for humans.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skod - FTP client for humans

Skod is a (File|Transfer|Protocol) client for humans, easy to use and hackable. Written in pure C, without any external library.

logo

Features

  • Highlight output.
  • Full support for IPv6
  • bash like commands

Platforms

  • linux - (any)
  • Mac - (Not tested)

Build

Run make to compile skod.

Usage

By default skod will try to login as anonymous user, but you can use -u, -p to provide username, and password.

skod is user-friendly and easy to use, follow the screenshots:

skod -s localhost -u root -p root --list "/"

list

skod -s localhost -u root -u pass --download "/file.ogv"

download

skod --help

options

Contributing

Contributions are very welcome!

  1. Read the 'HACKING' file!
  2. clone the repository (git clone git@github.com:USERNAME/skod.git)
  3. make your changes
  4. add yourself to contributors.txt
  5. push the repository
  6. make a pull request

Thank you - and happy contributing!

Thanks

  • Thanks to Frank Denis (@jedisct1) on his code in FTP-map.

Copying

Copyright 2015 (C) Hypsurus hypsurus@mail.ru. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html.

About

:art: FTP client for humans.

License:GNU General Public License v3.0


Languages

Language:C 97.7%Language:Makefile 2.3%