Determine the percentage of a file that has been ftp'd from client to server
- by klwillie
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?