[CTX]
[ALL]
Example:
FTP MOUNT with filtering, merging and aliasing
- firewall# delegated -P21 SERVER=ftp://serv1/ \
- MOUNT="/pub2/* ftp://serv2/pub/*"
This DeleGate relays the whole contents of serv1 except for "/pub2/*"
which is replaced by that of "ftp://serv2/pub/*"