Skip to content

MauriceZ/skod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Skod is unstable!, use it at your own risk!
I need to add more code, but I dont have time to do it.

TODO

  1. Art - new logo (i'm not a designer)

Features

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

Platforms

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

Build

Run make to compile skod.

  • Install (Run with sudo )

make install

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 --user root --password pass --ls "/"

list

skod -s localhost --user root --password pass --download "/file.x"

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

🎨 FTP client for humans.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.6%
  • Makefile 3.2%
  • Shell 2.2%