You are on page 1of 1

Add TFTP, SSH support .

Now you have created minimalist File system using Busybox and also tested on the hardware.
You make it rich by adding couple of utilities . In this challenge you have to give support for TFTP
file transfer as wells SSH file transfer. the File Transfer has to happen between your BBB running
Buybox and with the HOST PC.

i thought busybox has inbuilt support for SSH in its source but i was wrong it has to be added by
taking from third party sources.

Hint : https://busybox.net/tinyutils.html

You might also like