Difference between revisions of "Shell Commands/Ssh2FS"

From MorphOS Library

< Shell Commands

(Created page with "'''Ssh2FS''' - Mounts a SFTP share REMOTE/A, VOLUME/A, AUTH/A, DCMAX/N, ACMAX/N, CTIME/N, VERBOSE/S, PORT/N, HOME/K, NTIME/N, ALIVE/N, MINBUF/N, RAHEAD/S, MAXBUFS/N, REMPASS/...")
 
m (link)
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
NTIME  - Network timeout in milli seconds. Default: 0 = no timeout.
 
NTIME  - Network timeout in milli seconds. Default: 0 = no timeout.
 
ALIVE  - Keep alive rate in seconds. Default: 10.
 
ALIVE  - Keep alive rate in seconds. Default: 10.
 +
MINBUF  - Minimum number of buffers (per open file). Default: ?.
 
BUFSIZE - Minimum size of io buffers. Default: 32768.
 
BUFSIZE - Minimum size of io buffers. Default: 32768.
 +
RAHEAD  - Enable speculative read-ahead.
 
MAXBUFS - Maximum number of buffers (per open file). Default: 4.
 
MAXBUFS - Maximum number of buffers (per open file). Default: 4.
 
REMPASS - Remember password for reconnects
 
REMPASS - Remember password for reconnects
RAHEAD  - Enable speculative read-ahead.
 
 
RECONN  - Reconnect on lost connection.
 
RECONN  - Reconnect on lost connection.
 +
DISCONN - Disconnect?
 
NODEV  - No not create a device node automatically.</nowiki>
 
NODEV  - No not create a device node automatically.</nowiki>
  
Line 24: Line 26:
 
  Ssh2FS user@server UserHome: pw
 
  Ssh2FS user@server UserHome: pw
  
See also: RunFS
+
See also: [[Shell_Commands/RunFS | RunFS]]

Latest revision as of 23:07, 11 September 2021

Ssh2FS - Mounts a SFTP share

REMOTE/A, VOLUME/A, AUTH/A, DCMAX/N, ACMAX/N, CTIME/N, VERBOSE/S, PORT/N, HOME/K, NTIME/N, ALIVE/N, MINBUF/N, RAHEAD/S, MAXBUFS/N, REMPASS/S, RECONN/S, DISCONN/N, NODEV/S

REMOTE  - [user@]host[:/dir]
VOLUME  - VolumeName:
AUTH    - pw | ia | pk | pkp
DCMAX   - Maximum # of dirs to cache at one time. Default: 10.
ACMAX   - Maximum # of attrs to cache at one time. Default: 64.
CTIME   - Cache timeout for dirs and attrs (seconds). Default: 300.
VERBOSE - Print extra information
PORT    - Use different port number. Default: 22.
HOME    - Change where to look for .ssh/ directory. Default: $HOME.
NTIME   - Network timeout in milli seconds. Default: 0 = no timeout.
ALIVE   - Keep alive rate in seconds. Default: 10.
MINBUF  - Minimum number of buffers (per open file). Default: ?.
BUFSIZE - Minimum size of io buffers. Default: 32768.
RAHEAD  - Enable speculative read-ahead.
MAXBUFS - Maximum number of buffers (per open file). Default: 4.
REMPASS - Remember password for reconnects
RECONN  - Reconnect on lost connection.
DISCONN - Disconnect?
NODEV   - No not create a device node automatically.

Example:

Ssh2FS user@server UserHome: pw

See also: RunFS