File Transfer

The file transfer section displays an overview of all the files exchanged between the ground and the onboard segments. It also allows users to send any file from their local device.

../_images/file_transfer_view.png

File Transfer View

File Transfer Table

The File Transfer mainly consists in a table which shows all the transmitted files, with the following columns:

  • name: the name of the file. May be a hash for files sent internally by the system (weather products for instance). The show_unamed_files tickbox allows to show/hide the unamed files.

  • progress: displays the progress in percents of the current transfer. When finished, the progress is replaced by an hyperlink that allows to download the file locally.

  • size: the size of the file in bytes.

  • from: the PLANET instance that has initiated the file transfer.

  • to: the PLANET instance that is the destination for the file transfer.

  • published: the date at which the file transfer has been triggered.

  • started: the date at which the file transfer has started.

  • finished: the date at which the file transfer has finished.

Sending a File

Clicking on send_file button will open a popup to send a new file.

../_images/send_a_file_popup.png

Send a file popup

The user must then select locally a file to be sent and a recipient for the file in the dropdown menu.

Caution

Files to be sent are placed in a FIFO queue, which means that, between two instances, only one file transfer can be active at a time.

Caution

A limit of 1Mbytes has been set for files to be sent.