Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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