atmos:dataupload
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| atmos:dataupload [2026/07/09 18:45] – created wagner | atmos:dataupload [2026/08/12 04:10] (current) – delene | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Uploading | + | ===== FTPS Data Transfer |
| - | Uploading data to Littlestorm without VPN access requires | + | ==== Using FTPS for Data Exchange ==== |
| + | SFTP is not the same as FTPS. SFTP is a function of SSH, which isn't allowed through the firewall. | ||
| + | |||
| + | To exchange data with an external user, the SFTP server on Stormlight can be used. To exchange data with an external university user, a new account typically needs to be created on Stormlight using the external user's username. Local University users will also need to know their username and password to upload and download data. | ||
| + | |||
| + | ==== Connection Refused Issue ==== | ||
| + | My default ftps uses port 990 for data exchange; however, the firewall may block this port. This was the cae for when connecting from the NIMS Cloud Chamber build. Port 21 was open so used | ||
| + | |||
| + | lftp -u youngsuk ftp:// | ||
| + | |||
| + | Note ftp instead of ftps. Then we can connect and upload file with put command. | ||
| + | |||
| + | ==== Linux FTPS Client ==== | ||
| + | |||
| + | If you're looking for a graphical client, FileZilla works fine; it has been used to test the end-to-end connection. If it has to be a command-line tool, lftp works well. It just needs to be installed and then connects like so: | ||
| + | |||
| + | lftp -u youngsuk ftps:// | ||
| + | |||
| + | ==== Windows FTPS Client ==== | ||
| + | WinSCP fully supports FTPS (FTP over TLS/SSL), including both explicit and implicit security modes. | ||
| + | - To configure FTPS in WinSCP, use the WinSCP login dialog. | ||
| + | - Set the File protocol dropdown to FTP. | ||
| + | - Choose your Encryption type: TLS/SSL Explicit encryption | ||
| + | - Enter your server Hostname (stormlight.atmos.und.edu), | ||
| + | - Click Login to connect. | ||
| + | |||
| + | ==== Uploading Surface Data To Littlestorm ==== | ||
| + | |||
| + | Uploading data to Littlestorm without VPN access requires using FTPS over port 21 via the mirror server Stormlight, or the Linux application " | ||
| An example script that is used for the daily transfer of data from the MiniOFS visibility sensor Pi located on the Clifford Hall roof can be found using the link below: | An example script that is used for the daily transfer of data from the MiniOFS visibility sensor Pi located on the Clifford Hall roof can be found using the link below: | ||
| {{ : | {{ : | ||
atmos/dataupload.1783622717.txt.gz · Last modified: 2026/07/09 18:45 by wagner