SFTP Get-SFTPItem
See original GitHub issueIf 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:
- Created 3 years ago
- Comments:30 (15 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Have not had a chance to test more. Will try to set some time this weekend
Sent from my iPhone
Have you tried using the beta versions?