Config File Collection
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.nemo.json 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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@multimedia:/",
  14. "prot": "ssh",
  15. "user": "dirk",
  16. "remote_host": "multimedia",
  17. "port": 22,
  18. "remote_path": "/",
  19. "local_path": "/usr/data/dirk/local/mnt/multimedia"
  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@OwnCloud",
  32. "prot": "dav",
  33. "user": "dirk",
  34. "remote_host": "https://owncloud.mount-mockery.de/",
  35. "port": 443,
  36. "remote_path": "remote.php/dav/files/dirk",
  37. "local_path": "/usr/data/dirk/local/mnt/owncloud"
  38. },
  39. {
  40. "name": "dirk@alders:/data",
  41. "prot": "ssh",
  42. "user": "dirk",
  43. "remote_host": "alders",
  44. "port": 22,
  45. "remote_path": "/data",
  46. "local_path": "/usr/data/dirk/local/mnt/alders"
  47. },
  48. {
  49. "name": "webmaster@autismus-ufr.de:/",
  50. "prot": "ssh",
  51. "user": "webmaster@autismus-ufr.de",
  52. "remote_host": "ssh.strato.de",
  53. "port": 22,
  54. "remote_path": "/",
  55. "local_path": "/usr/data/dirk/data/autismus-ufr.de/sftp"
  56. }
  57. ]