12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- [
- {
- "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@multimedia:/",
- "prot": "ssh",
- "user": "dirk",
- "remote_host": "multimedia",
- "port": 22,
- "remote_path": "/",
- "local_path": "/usr/data/dirk/local/mnt/multimedia"
- },
- {
- "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@OwnCloud",
- "prot": "dav",
- "user": "dirk",
- "remote_host": "https://owncloud.mount-mockery.de/",
- "port": 443,
- "remote_path": "remote.php/dav/files/dirk",
- "local_path": "/usr/data/dirk/local/mnt/owncloud"
- },
- {
- "name": "dirk@alders:/data",
- "prot": "ssh",
- "user": "dirk",
- "remote_host": "alders",
- "port": 22,
- "remote_path": "/data",
- "local_path": "/usr/data/dirk/local/mnt/alders"
- },
- {
- "name": "webmaster@autismus-ufr.de:/",
- "prot": "ssh",
- "user": "webmaster@autismus-ufr.de",
- "remote_host": "ssh.strato.de",
- "port": 22,
- "remote_path": "/",
- "local_path": "/usr/data/dirk/data/autismus-ufr.de/sftp"
- }
- ]
|