-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Have SFTP PSProvider #9505
Copy link
Copy link
Closed
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreWG-Engine-Providersbuilt-in PowerShell providers such as FileSystem, Certificates, Registry, etc.built-in PowerShell providers such as FileSystem, Certificates, Registry, etc.
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreWG-Engine-Providersbuilt-in PowerShell providers such as FileSystem, Certificates, Registry, etc.built-in PowerShell providers such as FileSystem, Certificates, Registry, etc.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Summary of the new feature/enhancement
https://github.com/libfuse/sshfs enables mounting a SFTP endpoint as a local filesystem. Seems like we should be able to use this concept with a PSProvider thus enabling something like:
Proposed technical implementation details (optional)
Since we want this to be cross platform, we shouldn't use
sshfslinked above. Instead, we should be able to just usesftp.exedirectly with some check that it is available. This will work on Windows with OpenSSH installed.