Implement support for remote file transfers (think scp)
Votes from Connect: 10
Original Date Submitted: 9/19/2011 2:51:47 PM
Description:
Contact Information
Handle: PeterMoberg
Site Name: PowerShell
Feedback ID: 689422
Frequency: Always Happens
Regression: Yes, this happens in all previous versions
Problem Description:
I would like to see file remote file transfers, like the SSH scp, implemented in PowerShell.
Product Studio item created by Connect Synchronizer due to creation of feedback ID 689422 (http://connect.microsoft.com/PowerShell/feedback/ViewFeedback.aspx?FeedbackID=689422).
Repro Steps:
Expected Results:
Internal BugId: 3022

1 comment
-
PetSerAl commented
Looks like it is already implemented with Copy-Item -FromSession -ToSession.