release notes
   | Book:
    1.9.5,
   1.9.12 (opt, FHS), 
2.6 (FHS),
2.7 (FHS),
2.8 (FHS),
2.9 (FHS),
2.10 (FHS),
2.11 (FHS),
           | Wiki
   | Q&A
   
 
      Given that you have a WriteToken tag which
      contains the id of a valid space reseravtion, you can copy a
      file into a space reservation even if you are using a protocol
      that does not support space reservation.
    
Example:
	In the above example we echoed the id of a space reservation
	into the WriteToken tag. We can now copy a
	file into this space reservation.
      
[root] #curl -T test.txt http://webdav-door.example.org:2880/data/write-token/curl-test.txt[root] #