Hello
I need to display data transfer in a progress bar while data sending/recieving with Ftp/Http.
It is not necessary except big files.
There is a loop in "Ftp::DataChannel::receive"...
But "Ftp::DataChannel::send" method sends data completely at one time.
May be TcpSocket the private member of Ftp is responsible for this.
My thoughts may tottally be wrong
Demir