Hi,
Can can someone provide a basic sample how to use ByteTransferred event to show transfer speed and update a progress bar or any other simpler method. The samples in the edtftpnet free documentation does not provide any details.
Right now I am doing ftp without displaying transfer status except for uploading & complete.
Dim ftp As FTPConnection = New FTPConnection()
ftp.UploadFile(fs, fd)
Thanks,
Jai