Anime4000 / RTL960x

Hacking V2801F, TWCGPON657 & DFP-34X-2C2 GPON ONU SFP Stick to suite your ISP Fiber
The Unlicense
592 stars 105 forks source link

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

Open bademux opened 1 month ago

bademux commented 1 month ago

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.

Anime4000 commented 1 month ago

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

bademux commented 1 month ago

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

Anime4000 commented 1 month ago

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

bademux commented 1 month ago

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

Anime4000 commented 1 month ago

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

lehoangnb commented 2 weeks ago

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