Determine the percentage of a file that has been ftp'd from client to server

Posted by klwillie on Super User See other posts from Super User or by klwillie
Published on 2012-10-31T21:41:45Z Indexed on 2012/11/01 23:06 UTC
Read the original article Hit count: 239

Filed under:
|

I want to ftp a large file from a Windows client to a Windows server, using their IP addresses. This is on an internet independent network. While the file is transferring, I would like to determine how many bytes have been received by the server. I then would like to use this information to determine in real-time the percentage of the file that has been transferred to the server.

Any recommendations as to the ftp command syntax and C# code to achieve this?

© Super User or respective owner

Related posts about Windows

Related posts about ftp