question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SFTP Get-SFTPItem

See original GitHub issue

If I want to load a folder with the following syntax, the download also starts. Get-SFTPItem -SessionId 0 -Destination 'C:\Temp\Folder' -Path '/Folder/' After a short time (3 folders) the Powershell Console and itself crashes without an error message.

PS-Version: 5.1.18362.628 OS: Windows 10 1909 Posh-SSH Version: 2.2

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:30 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
darkoperatorcommented, Mar 27, 2020

Have not had a chance to test more. Will try to set some time this weekend

Sent from my iPhone

On Mar 27, 2020, at 1:36 PM, Damich21 notifications@github.com wrote:

With the WinSCP Powershell Module an the same Directory, run with no errors. But I want to use your module, any idea ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

0reactions
darkoperatorcommented, May 7, 2021

Have you tried using the beta versions?

On May 6, 2021, at 11:24 PM, nathan-thomas @.***> wrote:

Replicated this issue downloading a directory from an ancient RedHat 5 server. It only has archaic encryption protocols. Hypothesis: the issue is with whatever encryption protocol Get-SFTPItem and the server are settling on.

This didn’t happen when using Get-SFTPItem on a RedHat 8 server.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/darkoperator/Posh-SSH/issues/317#issuecomment-834034812, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD7IHWEUUE6BWKMMABY6R3TMNMNXANCNFSM4LTRUPWQ.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Get-SFTPItem.md - darkoperator/Posh-SSH
PowerShell Module for automating tasks on remote systems using SSH - Posh-SSH/docs/Get-SFTPItem.md at master · darkoperator/Posh-SSH.
Read more >
Download large files from SFTP server using Get-SFTPItem ...
Hi. I am trying to download large files from SFTP server using the powershell command $mySession = New-SFTPSession -ComputerName 'abc' ...
Read more >
Posh-SSH/docs/Set-SFTPItem.md at master
DESCRIPTION. Upload a specific item to a remote server through a SFTP Session. The item can be either a file or a folder....
Read more >
How to Use SFTP in PowerShell with Posh-SSH
This blog post explains how to use SFTP in Windows with ... SFTP stands for SSH File Transfer Protocol or Secure File Transfer...
Read more >
Activate PowerShell SFTP to Transfer Files
This Get-SFTPItem command downloads the /home/user01/Downloads/test.txt file on the remote server to the C:\temp location on the local ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found