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.

'Get-SFTPFile' does not exists in v3.0

See original GitHub issue

Trying 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:open
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
darkoperatorcommented, Sep 1, 2021

That commqnd was replaced by get-sftpitem. Replaced commands are in the changelig.md

Sent from my iPhone

On Sep 1, 2021, at 4:00 AM, Neven Dinev @.***> wrote:

Trying 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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

0reactions
virtuallywiredcommented, Jan 11, 2022

Actually didn’t realise scpitem was in the older module. That’s totally fine then. Thanks for The quick responses.

Read more comments on GitHub >

github_iconTop 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 >

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