Bug 457711

Summary: add fish protocol to Dolphin
Product: [Applications] dolphin Reporter: Danie de Jager <danie.dejager>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: REPORTED ---    
Severity: normal CC: dolphin-bugs-null
Priority: NOR    
Version First Reported In: 22.04.3   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: error

Description Danie de Jager 2022-08-10 09:50:06 UTC
Created attachment 151222 [details]
error

I installed Dophin on windows 11 and would like to use the fish or ssh protocol to transfer files to remote systems but I get a "invalid protocol" error


STEPS TO REPRODUCE
1.  In the address bar enter the protocol followed by the IP

OBSERVED RESULT
Red box printing "Invalid protocol"

EXPECTED RESULT
establish connection to remote system.

SOFTWARE/OS VERSIONS
Windows:  11
dolphin 22.04.3
Comment 1 Danie de Jager 2025-01-13 17:27:29 UTC
The FISH (Files transferred over Shell) protocol is a network protocol that allows users to securely manage and transfer files between computers. It uses Secure Shell (SSH) or Remote Shell (RSH) to connect to remote Linux, Mac, or Unix servers. FISH is supported by several file managers and FTP clients, including: Midnight Commander, Konqueror, lftp, and Krusader. 
To use the FISH protocol, you need a private key on your local machine that matches the public SSH key added to the dashboard. The default path for the private key is: /home/<username>/.ssh/id_rsa and /home/<username>/.ssh/id_dsa.