Config File Collection
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

.nemo.json 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. [
  2. {
  3. "name": "scan@scan",
  4. "prot": "ftp",
  5. "user": "scan",
  6. "remote_host": "scan",
  7. "port": 21,
  8. "remote_path": "/",
  9. "password": "scan",
  10. "local_path": "/usr/data/dirk/local/mnt/scan"
  11. },
  12. {
  13. "name": "dirk@nas:/data/video",
  14. "prot": "ssh",
  15. "user": "dirk",
  16. "remote_host": "nas",
  17. "port": 22,
  18. "remote_path": "/data/video",
  19. "local_path": "/usr/data/dirk/local/mnt/nas/video"
  20. },
  21. {
  22. "name": "root@mount-mockery.de:/",
  23. "prot": "ssh",
  24. "user": "root",
  25. "remote_host": "mount-mockery.de",
  26. "port": 22,
  27. "remote_path": "/",
  28. "local_path": "/usr/data/dirk/local/mnt/mount-mockery"
  29. },
  30. {
  31. "name": "dirk@NextCloud",
  32. "prot": "dav",
  33. "user": "dirk",
  34. "remote_host": "https://nextcloud.mount-mockery.de/",
  35. "port": 443,
  36. "remote_path": "remote.php/dav/files/dirk",
  37. "local_path": "/usr/data/dirk/local/mnt/nextcloud"
  38. }
  39. ]