Uploading to Crestle

Hi experts

Maybe I’m being dumb(more than likely), but there doesn’t seem to be a sensible way to upload files to Crestle.

Trying to do the class 1 homework (build model on own images). So far, the only way to get images into the right place seems to be:

  1. Upload files (in bulk) - UPLOAD button
  2. Click on ‘upload’ AGAINST EACH FILE INDIVIDUALLY
  3. Bulk move them to the correct directory using MOVE (they will only upload to root)

This is painful in the extreme even for 50 files, let alone 1000.

There seems to be no documentation.

Am I missing something?

Thanks, Chris.

1 Like

Zip them and upload to your Google drive,
Get a shareable link and just download on your machine using wget…(use curl chrome extension for this)

Or if they are in a GitHub repo then do a clone once and git pull afterthat to get the changes made if any

2 Likes

Thx Aditya