| 7 | | Generally !PeerGuardian files come in 7zip format, so you'll need to extract them first and then feed Deluge the plain text file. Files may be specified as URLs or locations on the local filesystem. |
| | 7 | Generally !PeerGuardian files come in 7zip format, so you'll need to extract them first and then feed Deluge the plain text file. Files may be specified as URL's to a website, the local filesystem, or a network host. |
| | 8 | |
| | 9 | Examples of Unix URL's of a local file: |
| | 10 | {{{ |
| | 11 | file:///home/username/the%20file.dat.gz |
| | 12 | file://localhost/home/username/the%20file.dat.gz |
| | 13 | }}} |
| | 14 | |
| | 15 | Examples of Windows URL's of a local file: |
| | 16 | {{{ |
| | 17 | file:///c:/path/to/the%20file.dat.gz |
| | 18 | file://localhost/c:/path/to/the%20file.dat.gz |
| | 19 | }}} |
| | 20 | |
| | 21 | Example URL of a network (LAN/WAN) file: |
| | 22 | {{{ |
| | 23 | file://hostname/shared/the%20file.dat.gz |
| | 24 | }}} |