User Tools

Site Tools


vatt:how_do_i_retrieve_my_data_from_vatt_servers

Accessing Image Data

From the Guest WIFI

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.

An example Using scp

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/* .

Data taken after June 2024, they are stored on the vattcontrol server (the old vattdata is dead)

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

JB Kikwaya's instructions using WinSCP

vatt/how_do_i_retrieve_my_data_from_vatt_servers.txt · Last modified: 2024/10/06 13:33 by paul