-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xRemoteFile verbose output does not display progress correctly #165
Labels
enhancement
The issue is an enhancement request.
Comments
TravisEz13
added
question
The issue is a question.
and removed
bug
The issue is a bug.
labels
Jul 2, 2016
This is an issue with LCM. This progress is reported by a built-in CmdLet, Invoke-WebRequest. This would be better reported in PowerShell User Voice |
The progress bar is really broken: the "Number of bytes written" value keeps increasing forever. I upvoted 2 issues that seem similar to this issue's behavior:
Guess PowerShell team just needs to fix LCM's reporting. |
This is being resolved in PR #390. |
johlju
added
enhancement
The issue is an enhancement request.
in progress
The issue is being actively worked on by someone.
and removed
question
The issue is a question.
labels
May 11, 2018
johlju
pushed a commit
that referenced
this issue
Jun 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When xRemoteFile is in the process of downloading, the verbose output displays bytes transferred but does not display the progress bar or time remaining.
Example output:
The text was updated successfully, but these errors were encountered: