Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| thunar:dev:test_remotes [2020/03/09 00:26] – created alexxcons | thunar:dev:test_remotes [2026/09/11 08:36] (current) – [SFTP] alexxcons | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ~~NOTOC~~ | ||
| + | {{ : | ||
| + | ====== Thunar - Testing a remote connection ====== | ||
| - | Test sftp connection on localhost: sftp:// | + | Prerequirements: |
| - | Test ftp connection: ftp:// | + | Install '' |
| + | |||
| + | ===== SFTP ===== | ||
| + | |||
| + | Prerequirements: | ||
| + | |||
| + | Testing sftp connection on localhost: | ||
| + | sftp:// | ||
| + | |||
| + | Testing | ||
| + | | ||
| + | |||
| + | ===== NFS ===== | ||
| + | |||
| + | Testing NFS connection via a local nfs server and local NFS share | ||
| + | |||
| + | * Install nfs-kernel-server and nfs-common | ||
| + | * Add the following line to / | ||
| + | * '' | ||
| + | * If it does not work, check '' | ||
| + | |||
| + | * You can as well try to mount via '' | ||
| + | * sudo mkdir / | ||
| + | * sudo mount 127.0.0.1:/ | ||
| + | |||
| + | ===== SMB ===== | ||
| + | |||
| + | * Install '' | ||
| + | * Check that samba is running '' | ||
| + | * Follow the manual of the [[https:// | ||
| + | * Share folders with thunar-shares-plugin .. however some folders are automatically available: | ||
| + | |||
| + | smb:// | ||
| + | |||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | [[: | ||
| + | |||
| + | [[https:// | ||