12345678910111213141516171819202122232425262728293031323334353637383940 |
- [
- {
- "name": "scan@scan",
- "prot": "ftp",
- "user": "scan",
- "remote_host": "scan",
- "port": 21,
- "remote_path": "/",
- "password": "scan",
- "local_path": "/usr/data/dirk/local/mnt/scan"
- },
- {
- "name": "dirk@nas:/data/video",
- "prot": "ssh",
- "user": "dirk",
- "remote_host": "nas",
- "port": 22,
- "remote_path": "/data/video",
- "local_path": "/usr/data/dirk/local/mnt/nas/video"
- },
- {
- "name": "root@mount-mockery.de:/",
- "prot": "ssh",
- "user": "root",
- "remote_host": "mount-mockery.de",
- "port": 22,
- "remote_path": "/",
- "local_path": "/usr/data/dirk/local/mnt/mount-mockery"
- },
- {
- "name": "dirk@NextCloud",
- "prot": "dav",
- "user": "dirk",
- "remote_host": "https://nextcloud.mount-mockery.de/",
- "port": 443,
- "remote_path": "remote.php/dav/files/dirk",
- "local_path": "/usr/data/dirk/local/mnt/nextcloud"
- }
- ]
|