Skip to content
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

Closed
mgreenegit opened this issue Jun 28, 2016 · 3 comments
Closed

xRemoteFile verbose output does not display progress correctly #165

mgreenegit opened this issue Jun 28, 2016 · 3 comments
Labels
enhancement The issue is an enhancement request.

Comments

@mgreenegit
Copy link
Contributor

mgreenegit commented Jun 28, 2016

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:

Writing web request
    Writing request stream... (Number of bytes written: 251558324)
    [
    00:00:00 remaining.

    [node] Set-TargetResource
@kwirkykat kwirkykat added the bug The issue is a bug. label Jun 28, 2016
@TravisEz13 TravisEz13 added question The issue is a question. and removed bug The issue is a bug. labels Jul 2, 2016
@TravisEz13
Copy link
Contributor

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

@maxxwizard
Copy link

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.

@johlju
Copy link
Member

johlju commented May 11, 2018

This is being resolved in PR #390.

@johlju 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
- Changes to xRemoteFile
  - Remove progress bar for file download (issue #165 and issue #383)
@johlju johlju removed the in progress The issue is being actively worked on by someone. label Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request.
Projects
None yet
Development

No branches or pull requests

5 participants