tags:

views:

10

answers:

1

Hello,

why busybox does not display the throughput value at the end of a FTP session? Or it is some version specific ?

i typed the below command but i did not get any throughput status..

"busybox ftpget -v -u user -p Password ip abc.txt abc.txt"

could anybody please let me know how can i get the tput value for UL/DL data transfer?

regds rocky

A: 

Busybox contains very slimmed versions of commands for used in embedded systems. Have you checked that the Busybox ftpget even calculates the throughput?

Ps. I think this question belongs at superuser.com rather than here.

Anders Abel
then wat is the use of running a tput session if we don;t know the tput at the end ..