Anime4000/RTL960x

[Feature Request] FTP server for easy file transfers for ODI DFP-34X-2C2

bademux opened this issue · 6 comments

Hi,
In some cases netcat to host isn't the solution, eq. NAT'ed stick.
Will it be possible to share precompiled ftp server, I think, that something like tftpd is good enough.
It will be great to embed (manual launch) on customized firmware.

Thanks.

that would be nice, do you know how to compile for MIPS R3000 ?

@Anime4000 I assume there some toolchain to be setup. It will be great to have instructions for it.

so far no instruction how to setup, how to incorporate with BuildRoot. I am not pro on building ARM/MIPS binary, nor understand very well on Assembly.

it would be nice de-compile whole firmware and have community build for truly Universal ONU

Well, it will be interesting to simplify customisation. If I'm remember it right, I saw qemu for the stick.

yes, I wrote that script for unpack and repacking, just that

Hi, I've compiled a lightweight ftp binary for mips, just prebuilt binary to /bin of firmware, chmod 755 and execute it or using nc to push it to /tmp
Note: Only /var directory canbe modify with ftp
image
image
ftp.zip