
Exercise (continued)

The DIR_CONFIG entry could look as follows:

        [directory]
        ~/data/wmo

           [files]
           *

              [destination]

                 [recipient]
                 ftp://usr2:afdusr2@ubuntu/data/wmo

                 [options]
                 create target dir

Once configured, each user issues the following command:

         touch ~/data/wmo/<your user name>@<your hostname>

So usr1 on ubuntu issues the following command:

         touch ~/data/wmo/usr1@ubuntu
