Interact with the filesystem of a remote computer or server from your PC or smartphone using a Telegram client.
- Grab the latest release
- Create telegram bot
- 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!
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:
Requirements:
- Go 1.6+
- make
make install
make
./bin/ftpbot --token "YOUR_TOKEN"
Insert token
argument in Dockerfile and run next commands:
docker build .
docker run %container_id%
MIT © Konstantin Azizov