rvftskill
Results
1
issues of
rvftskill
Hi, I have an issue with the cmlet "Get-SFTPItem". I want to download one or more folder(s) with this command ```powershell Get-SFTPChildItem $sftpsession -Path $source | Where-Object {$_.Name -notlike "*.*"}...