3

What I have found about fish:// (the kio protocol) is old and often incomplete. Is there anything that's new? Like a primer? Or is this something to put on the KDE todo list?

Michael Mrozek
  • 93,103
  • 40
  • 240
  • 233

1 Answers1

1

lftp supports FISH and is open source. Check the source of the FISH module, there are details of the protocol there:

https://github.com/lavv17/lftp/blob/master/src/Fish.cc

golimar
  • 417