You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What feature or improvement do you think would benefit Files?
The SCP protocol allows for transferring files using SSH. It would be great to add this feature to Files.
Requirements
Add SCP or SFTP support.
Files Version
2.5.21.0
Windows Version
10.0.22621.1992
Comments
For whoever wants to work on this, you can use the SSH.NET library to implement this. It supports SCP, a variety of other SSH functionality and SFTP support.
The text was updated successfully, but these errors were encountered:
Actually seems like SCP doesn't support listing files, but SFTP does. Keep in mind that FTPS isn't the same as SFTP so this issue might need to be looked into along with SFTP support.
What feature or improvement do you think would benefit Files?
The SCP protocol allows for transferring files using SSH. It would be great to add this feature to Files.
Requirements
Files Version
2.5.21.0
Windows Version
10.0.22621.1992
Comments
For whoever wants to work on this, you can use the SSH.NET library to implement this. It supports SCP, a variety of other SSH functionality and SFTP support.
The text was updated successfully, but these errors were encountered: