'Get-SFTPFile' does not exists in v3.0
See original GitHub issueTrying to use it returns:
CommandNotFoundException: The term 'Get-SFTPFile' is not recognized as the name of a cmdlet, function, script file, or operable program.
Note: Worked fine in 2.3
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Posh-SSH/GetSftpFile.cs at master
PowerShell Module for automating tasks on remote systems using SSH - Posh-SSH/GetSftpFile.cs at master · darkoperator/Posh-SSH.
Read more >Posh-SSH-master/PoshSSH/PoshSSH/GetSftpFile.cs 1.7.5
Posh-SSH-master/PoshSSH/PoshSSH/GetSftpFile.cs ... Position = 0, ... var ex = new SftpPathNotFoundException(RemoteFile + " does not exist.");
Read more >Posh-SSH Powershell /Windows SFTP
Hello All,. Has anyone been successful using the Posh-SSH module to connect to and transfer files from a windows SFTP server?
Read more >c# - Get file size from SFTP using SharpSSH
I'm uploading a zip file from local directory to SFTP using SharpSSH. Everything works fine. However, I would like to get the file...
Read more >Posh-SSH: Open Source SSH PowerShell Module
Posh-SSH is a PowerShell 3.0 or newer module for automating tasks against system using the SSH protocol. The module supports only a subset ......
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 Free
Top 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
That commqnd was replaced by get-sftpitem. Replaced commands are in the changelig.md
Sent from my iPhone
Actually didn’t realise scpitem was in the older module. That’s totally fine then. Thanks for The quick responses.