Bug 457711 - add fish protocol to Dolphin
Summary: add fish protocol to Dolphin
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 22.04.3
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-10 09:50 UTC by Danie de Jager
Modified: 2025-01-13 17:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
error (56.84 KB, image/png)
2022-08-10 09:50 UTC, Danie de Jager
Details

Note You need to log in before you can comment on or make changes to this bug.
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.