-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Copy-Item add support "report progress" #18637
Copy link
Copy link
Closed
Labels
Area-FileSystem-Providerspecific to the FileSystem providerspecific to the FileSystem providerIssue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.WG-Cmdlets-Corecmdlets in the Microsoft.PowerShell.Core modulecmdlets in the Microsoft.PowerShell.Core module
Metadata
Metadata
Assignees
Labels
Area-FileSystem-Providerspecific to the FileSystem providerspecific to the FileSystem providerIssue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.WG-Cmdlets-Corecmdlets in the Microsoft.PowerShell.Core modulecmdlets in the Microsoft.PowerShell.Core module
Summary of the new feature / enhancement
when copy many files to remote computer , it's slow and nothing is report to user
Proposed technical implementation details (optional)
minimal(the default) is only show a progress of total transferfilenamewill only show a progress of current processing file,fullwill show a total progress bar and a mini progress bar for current file , and leave a log of filename to user when it's done