Changes between Version 12 and Version 13 of Developer/VirtualMachines/VirtualBox


Ignore:
Timestamp:
06/10/10 20:32:37 (14 years ago)
Author:
Gedare
Comment:

/* Get opentftp */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/VirtualMachines/VirtualBox

    v12 v13  
    6060
    6161This option will map the root of the server to "/home/cdcs/testbed-build/". This means that
    62 when you access "tftp://127.0.0.1/test.exe" you are accessing "/home/cdcs/testbed-build/test.exe". You can also specify up to 8 aliases, eg: "myhome=/home/cdcs" will map "tftp://127.0.0.1/myhome/test.exe" to "/home/cdcs/test.exe".
     62when you access "tftp://127.0.0.1/test.exe" you are accessing "/home/cdcs/testbed-build/test.exe"; similarly "tftp://127.0.0.1/apps/test.exe" will access "/home/cdcs/testbed-build/apps/test.exe". You can also specify up to 8 aliases, eg: "myhome=/home/cdcs" will map "tftp://127.0.0.1/myhome/test.exe" to "/home/cdcs/test.exe".
    6363
    6464'''You also need to change the "username=" option in "[TFTP-OPTIONS]" to your username. eg:"username=cdcs"'''
    6565
    66 Once you have made these changes you are ready to run the server:
     66Once you have made these changes you are ready to run the server (you may need to use root privileges):
    6767
    6868{{{