For security reasons, the Guest WIFI is now on a separate network from the VATT TBArray where image data is stored. You can access this separate network by using ssh, scp or similar tool. This is done by connecting to vattobs@vatt.as.arizona.edu with the usual password. If you do not know the password contact someone at VATT. From here you can find your image data in the /mnt/TBArray directory.
On a *nix like machine you can copy your image data in this way:
scp -r vattobs@vatt.as.arizona.edu:/mnt/TBArray/images/<your-data-directory>/* .
for instance:
scp -r vattobs@vatt.as.arizona.edu:/mnt/TBArray/images/kikwaya/20171019/* .
You can ssh, scp or sftp (note that these commands are fully implemented on Windows 11, too) into vattcontrol
and access the /home/vattobs/Images
directory with the following:
ssh vattobs@vatt.as.arizona.edu -p 42122
scp -P 42122 vattobs@vatt.as.arizona.edu
sftp -P 42122 vattobs@vatt.as.arizona.edu