Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| thunar:dev:test_remotes [2026/09/11 08:08] – [SMB] alexxcons | thunar:dev:test_remotes [2026/09/11 08:36] (current) – [SFTP] alexxcons | ||
|---|---|---|---|
| Line 39: | Line 39: | ||
| smb:// | smb:// | ||
| - | ---- | ||
| - | ===== SFTP ===== | ||
| - | |||
| - | There are docker images available for testing a sftp server | ||
| - | |||
| - | docker run -d -p 2222:22 --name sftp_test emberstack/ | ||
| | | ||
| - | First attempt to connect via console to the default user " | + | ---- |
| - | + | ||
| - | sftp -P 2222 demo@localhost | + | |
| - | + | ||
| - | If that works, you can try via thunar: | + | |
| - | + | ||
| - | sftp:// | + | |
| - | + | ||
| - | You can quit the docker container with: | + | |
| - | + | ||
| - | docker rm -f sftp_test | + | |
| | | ||
| [[: | [[: | ||
| [[https:// | [[https:// | ||