nightlies.apache.org uses WebDAV for content authoring. You can make use of the following simple commands to manage your files:
(Substitute yourasfid with your own ASF username...)curl -u yourasfid -X MKCOL 'https://nightlies.apache.org/foo'
curl -u yourasfid -T /home/me/demo.txt 'https://nightlies.apache.org/foo/'
curl -u yourasfid -X DELETE 'https://nightlies.apache.org/foo/demo.txt'
You can also use Jenkins or Buildbot to publish nightly tarballs, snapshots, javadocs, apidocs, website snapshot versions, jars etc to nightlies.apache.org