To or from the host machine
Remote copy (scp)
scp)scp <LOCAL_FILEPATH> ml_workstation:<REMOTE_FILEPATH>scp ml_workstation:<REMOTE_FILEPATH> <LOCAL_FILEPATH>Remote directory (sshfs)
sshfs)mkdir <DIR_NAME>sudo sshfs -o allow_other workstation:<REMOTE_DIR_PATH> <DIR_PATH>Browser-based file manager (caddy+filebrowser)
caddy+filebrowser)Last updated
Was this helpful?