Is it possible to access remote servers in the Ranger (cli) file manager using the sftp / fish / ... protocols, for example:
sftp://user@server/home/user
It doesn't seem to be possible with Ranger. But you can connect the remote file system with sshfs, and then access it like any other file on your local system:
sshfs
mkdir /mnt/server sshfs user@server:dir /mnt/server cd /mnt/server
Source: https://habr.com/ru/post/1628631/More articles:polyhedral bevel on a semicircular structure - algorithmUnable to load class in Mini2 framework application - phpVisual Studio Code Format Code not working on Mac OS X (El Capitan) - visual-studio-codedyld: library not loaded: @ rpath / libswiftCore.dylib - iosError getting value or text in java script - javascriptHow to resolve RSpec failure warning about new wait syntax? - ruby-on-railsReleasing memory allocated in a function - cIs a sequence diagram for use in UML or are we drawing it for the system as a whole? - umlI logged google into the ios app. Now, how can I check if the user is registered, and if not, return him to the login page using Swift? - iosHow to use OBJLoader and MTLLoader in THREE.js r74 and later - three.jsAll Articles