Skip to content

G07cha/ftpbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FTPBot

Interact with the filesystem of a remote computer or server from your PC or smartphone using a Telegram client.

Getting started

  1. Grab the latest release
  2. Create telegram bot
  3. Copy token from BotFather and run the latest binary with --token "%YOUR_TOKEN%" argument

You can check all available options by running ftpbot --help. Don't see an option that you want in the list? Submit an issue about this!

Development

Want to fix a bug or add future? Nice! If you're working on a thing that isn't listed in issues make sure to discuss it first.

There are 2 ways of building application:

Build locally

Requirements:

  • Go 1.6+
  • make
make install
make
./bin/ftpbot --token "YOUR_TOKEN"

Use Docker

Insert token argument in Dockerfile and run next commands:

docker build .
docker run %container_id%

License

MIT © Konstantin Azizov

About

Telegram bot for interacting with filesystem on remote machine even without public IP

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published