Files transferred over shell protocol

This is an old revision of this page, as edited by Lavv17 (talk | contribs) at 06:13, 18 November 2006 (-mounting: irrelevant; +explain start_fish_server; copyedit; +set of utils; +manage files.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

FIles transferrer over SHell protocol is a protocol to use SSH or RSH to transfer files between computers and manage remote files.

The advantage of FISH is that all it requires on the server-side is an SSH or RSH implementation, Unix shell and a set of standard Unix utilities like ls, cat or dd. Optionally, there can be a special FISH server program (called start_fish_server) on the server, which executes FISH commands instead of Unix shell and thus speeds up operations.

The protocol was designed by Pavel Machek in 1998 for Midnight Commander.

Implementations