Need to view transfer speed while uploading files

Advertisement

ksmk1006
Joined:
Posts:
3
Location:
chennai

Need to view transfer speed while uploading files

Hello All,

Previously I used batch script to upload files through sftp. In that we are able to view the file transfer speed for each files.

Now am trying to do the upload through powershell script. In that am unable to view the file transfer speed.

Anyone can help on this.

Description: Batch file

batch.png

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Need to view transfer speed while uploading files

Handle Session.FileTransferProgress event and make use of FileTransferProgressEventArgs.CPS property.

Reply with quote

Advertisement

You can post new topics in this forum