Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

ksmk1006

Hi,
Thank you. Now am able to view the speed.
martin

Re: Need to view transfer speed while uploading files

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

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.