Re: SamyGO bftpd
Posted: Sun Dec 06, 2009 9:29 pm
I had the same problem, then I made such things:
1) extract to USB stick both bftpd and bftpd.conf files
2) extract to USB stick 2 additional files: libcrypt.so.1 and libz.so.1 from SamyGO All Extensions v0.03.zip (if you have not installed them before)
3) insert USB stick
4) run telnet and for installation type:
As you can see, I prefer to use SamyGO subdirectory inside mtd_rwarea directory.
5) then for run type:
Thank you!
1) extract to USB stick both bftpd and bftpd.conf files
2) extract to USB stick 2 additional files: libcrypt.so.1 and libz.so.1 from SamyGO All Extensions v0.03.zip (if you have not installed them before)
3) insert USB stick
4) run telnet and for installation type:
Code: Select all
mkdir /mtd_rwarea/SamyGO
cd /mtd_rwarea/SamyGO
cp /dtv/usb/sda1/bftpd* .
cp /dtv/usb/sda1/lib* .
5) then for run type:
Code: Select all
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/mtd_rwarea/SamyGO
/mtd_rwarea/SamyGO/bftpd -d -c /mtd_rwarea/SamyGO/bftpd.conf