Introduction to file operations

In this module we'll continue with the Astronomy Management System started in GS1 and implement all of the basic webdav file operations:

  • Downloading (GET)
  • Uploading (PUT)
  • Deleting
  • Moving
  • Copying
 

Before continuing you should have completed GS1 and you should have a running project which correctly implements file and folder browsing. If you're stuck on that then please get in touch from the contact page for assistance.

The full source code for these tutorials is in github

First up is downloading, which you've actually already done! Please click next below and right to continue...