Automated file uploads are handled through the use of an upload queue. This queue contains a list of files that have been harvested via the view you chose on the queue settings page. Depending on your configuration, the queue may be populated whenever your Drupal cron is run, or if you have setup Drush it could be whenever "drush ia-transfer" is executed. These same processes control when items in the queue will start uploading. If there are currently files queued for upload, a table will appear on this page with a row for each queued file. This will include:
- Filename: the relative path to the file being transferred
- Filesize: filesize in bytes
- Node: The node id linked to the source node
- Queue Item ID: The internal queue id, only useful for debugging
- Claimed/Expiration: The status of the queue item, unclaimed means the transfer has not been started. Once the transfer is started the status will change to Claimed along with an expiration date indicating when the system will give up on the file transfer.
- Created: Date and time that the file was added to the queue.