To mount a folder on a server you can use sshfs. To mount a folder you can issue the following:
sshfs -o follow_symlinks yourname@server:/path/to/folder /path/to/mountpoint
# Maintainer: Jameson Pugh <imntreal@gmail.com> | |
pkgname=termpix | |
pkgver=0.0.1 | |
pkgrel=1 | |
pkgdesc="Draw images on an ANSI terminal" | |
arch=('i686' 'x86_64') | |
url="https://github.com/hopey-dishwasher/termpix" | |
license=('Apache') | |
depends=('rust') |
To mount a folder on a server you can use sshfs. To mount a folder you can issue the following:
sshfs -o follow_symlinks yourname@server:/path/to/folder /path/to/mountpoint