Carlos Perez
Carlos Perez
I don't get the wsman error, since this module does not use powershell sessions or CIM. Are you importing the module remotely or using a pssession?
I normally install the module on the host I’m running commands at. It could be since I need to use eventing to show progress from the even I have to...
been checking and it could be a memory issue. I would try raising the memory of the PSSession. Can you try raising your max memory and testing? ``` set-item wsman:localhost\Shell\MaxMemoryPerShellMB...
Can you upgrade to the latest version of Posh-SSH and test?
what server are you using that uses backslashes as path separators?
Can you test this function to see if it will work? dont have a target where I can at the moment ``` function Get-SFTPChildItem { [CmdletBinding(DefaultParameterSetName='Index')] param( [Parameter(Mandatory=$true, ParameterSetName =...
I'm getting the same problem, if the folder does not exist it is not created, I need to create it first, and specify that new location so the content of...
Would it make sense to have one overload where the content goes into the targeted directory and another one where the path should be created or make it a flag...
right now the only other option to upload a file is to run a mkdir command before uploading.
from what I understand from reading this a C or E would be needed based on this https://web.archive.org/web/20170215184048/https://blogs.oracle.com/janp/entry/how_the_scp_protocol_works