cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
445
Views
0
Helpful
2
Replies

FTP values

Hi

I installed a ftp server and doing the get and put session on this server from a laptop..but i need to find out the values like

number of bytes transferred, number of seconds it took and the kb/sec..i used filezilla to transfer data it is showing the number of bytes transferred by not the kb/sec..and it is not also doing the logging..can some body help me here

Thanks

Karthik

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

Hi Karthik,

You can take the bytes  value and divided it by 1000, that will give you kilobytes and if you take that number and divided by 1000, it will give you megabytes. For example

if you see 1000000 bytes divided this by 1000 is 1000 kilobytes and if you divide 1000 kilobytes by 1000, that will give you 1 megabyte

1000000/1000=1000 kb

1000/1000=1 mb

HTH

Reza

i am looking for how many kb it transferred per sec..i know how much data i am transferring but in how many seconds and what is kb/sec

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card