Estimate file transfer time based on file size and connection bandwidth, accounting for the bits/bytes distinction.
Formula
Time (s) = (File Size(MB) × 8) / Speed(Mbps)