Skip to main content
Formatted block and inline code - otherwise angular brackets are interpreted as html and not shown
Source Link
fra-san
  • 10.9k
  • 2
  • 27
  • 45

Transforming absolute in relative links is supported by sshfs which mounts remote directories via ssh.

The command is: There sudo sshfs <remote_user>@<remote_ip_address>:/ /home/<host_user>/mntpoint/ -o transform_symlinks -o allow_other

sudo sshfs <remote_user>@<remote_ip_address>:/ /home/<host_user>/mntpoint/ -o transform_symlinks -o allow_other

The command, especially the <placeholders>, shall be adapted to the specific environment.

Transforming absolute in relative links is supported by sshfs which mounts remote directories via ssh.

The command is: There sudo sshfs <remote_user>@<remote_ip_address>:/ /home/<host_user>/mntpoint/ -o transform_symlinks -o allow_other

The command, especially the , shall be adapted to the specific environment.

Transforming absolute in relative links is supported by sshfs which mounts remote directories via ssh.

The command is: There

sudo sshfs <remote_user>@<remote_ip_address>:/ /home/<host_user>/mntpoint/ -o transform_symlinks -o allow_other

The command, especially the <placeholders>, shall be adapted to the specific environment.

Source Link

Transforming absolute in relative links is supported by sshfs which mounts remote directories via ssh.

The command is: There sudo sshfs <remote_user>@<remote_ip_address>:/ /home/<host_user>/mntpoint/ -o transform_symlinks -o allow_other

The command, especially the , shall be adapted to the specific environment.