Skip to content

mor1/ocaml-tftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f839f9e · Mar 12, 2016
Mar 12, 2016
Mar 12, 2016
Mar 12, 2016
Mar 12, 2016
Oct 18, 2015
Oct 19, 2015
Jul 8, 2015
Aug 12, 2015
Oct 18, 2015
Aug 12, 2015
Oct 20, 2015
Aug 12, 2015
Mar 12, 2016
Mar 12, 2016
Oct 18, 2015
Mar 12, 2016

Repository files navigation

Build Status

A Trivial FTP Server

Documentation at http://mor1.github.io/ocaml-tftp/.

Testing on OSX

Following http://www.weezey.com/2011/07/using-os-x-built-in-tftp-server/:

$ sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist

To change the served directory from the default of /private/tftpboot, edit the .plist file and restart:

$ sudo launchctl start com.apple.tftpd

TODO