Shell Commands/Ssh2FS

From MorphOS Library

Revision as of 12:58, 27 March 2018 by JPV (talk | contribs) (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/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Shell Commands

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.
BUFSIZE - Minimum size of io buffers. Default: 32768.
MAXBUFS - Maximum number of buffers (per open file). Default: 4.
REMPASS - Remember password for reconnects
RAHEAD  - Enable speculative read-ahead.
RECONN  - Reconnect on lost connection.
NODEV   - No not create a device node automatically.

Example:

Ssh2FS user@server UserHome: pw

See also: RunFS