Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| thunar:dev:test_remotes [2020/10/03 07:16] – added header and footer nav kevinbowen | thunar:dev:test_remotes [2026/09/11 08:36] (current) – [SFTP] alexxcons | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| {{ : | {{ : | ||
| ====== Thunar - Testing a remote connection ====== | ====== Thunar - Testing a remote connection ====== | ||
| + | |||
| + | Prerequirements: | ||
| + | |||
| + | Install '' | ||
| + | |||
| + | ===== SFTP ===== | ||
| + | |||
| + | Prerequirements: | ||
| Testing sftp connection on localhost: | Testing sftp connection on localhost: | ||
| Line 8: | Line 16: | ||
| Testing ftp connection: | Testing ftp connection: | ||
| ftp:// | ftp:// | ||
| + | | ||
| + | ===== 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:// | ||
| + | |||
| - | [[|Back to Top]] | + | |
| ---- | ---- | ||
| + | | ||
| [[: | [[: | ||
| [[https:// | [[https:// | ||