Results 442 comments of Carlos Perez

Yep I left them in 2 introduced the new ones and in the redme and changelog before the change in 3 when I release it Sent from my iPhone >...

Wish I could help but sadly no clue on this one since I do not use Azure or test against Azure. Only step that comes to mind is check on...

Not seen that error before. Did you unprotect the zip and changed execution policy? Also did you upgrade the version of PS on the server to 5? > On Apr...

tha is because the module is written to support Windows PowerShell v2, you should import the module adding a prefix so as to not clobber functions later added to powershell

Did you create the file first with new-sftpitem? 

It does a writeall if not appended. Dont know how renci.ssh handles it in the library. It is raising a file not found error. Why does it raise the error...

No clue as to why it is stopping at that amount of data, could be many factors. Not enough memory on the host doing the download, netowork issue, problem with...

Wish the library I’m using would allow to get that info :( I would say if you can switch to SFTP while I find a way to replicate the issue....

sorry for the delay, been delivering training classes back to back. Let me compile a version of the new beta 0 of the next release and have you test that...

for reference https://github.com/darkoperator/Posh-SSH/blob/master/Source/PoshSSH/PoshSSH/GetScpFile.cs#L537 all of the other code is checking if a file exist or nor before downloading, check for a fingerprint and print progress.