On 07/03/06, Robin Mordasiewicz <robin@xxxxxxxxxxxxxxxx> wrote: > Does anyone know how I can allow a tftp-server to create directories man tftpd -c Allow new files to be created. By default, tftpd will only allow upload of files that already exist. Files are created with default permissions allowing anyone to read or write them, unless the -p or -U options are specified. I haven't tested this myself to see if files and directories are treated the same though. Will.