How to uload file on Router and use sft and ftp in busybox

Talk about anything you like here: as long as it's technical, doesn't fit into the other categories and is within the rules. Questions and discussions about operating systems, programming, websites, hosting, ADSL etc. are particularly welcome here.
Post Reply
marsmar
Newbie
Newbie
Posts: 1
Joined: Sun Jan 24, 2010 1:30 am

How to uload file on Router and use sft and ftp in busybox

Post by marsmar » Wed Mar 05, 2014 7:30 am

I have router Dlink DSL-G684t, with old firmware. I want put new firmware RouterTech Firmware v2.97. But when I make update, after restart there is still old firmware. Must do defragmentation with "Adam2 Defrag Tool". To do that, must put file " rt_defrag_tools-r1.tar " on router to dir \var. How to do that without internet connection. I can't use wget . There is only sft_start.sh or ftp. How to use that commands. I have windows 7.

Connect to busybox

telnet 192.168.1.1
login
pass

then
cd /var
sft_start.sh - sft starts on port 5556

what now ??? open console and
ftp -> open 192.168.1.1:5556 ???
Maybe shoudl I use ftp command on router ftp ???
How to use this commands sft and ftp in busybox ???
Witch programs use ???
How uload file rt_defrag_tools-r1.tar from computer to router ???

When I get that file on router, startin do

1) Login to the router via telnet (telnet 192.168.1.1 [ supply username and password for telnet login ])
2) cd /var
3) wget "defrag/rt_defrag_tools.tar"
4) tar -xf ./rt_defrag_tools.tar
5) ./adam2-defrag (follow the prompts, and NOTE all warnings)

Any ideas ??? THX
Post Reply