Skip to content

Variscite FTP Server

Variscite's FTP server hosts recovery sd card images and other development files. This guide explains how to access the server.

Variscite's SFTP Server Credentials

Server address: ftp.variscite.com
Username: customerv
Password: Variscite1
Port: 2222

For example, using sftp client:

sftp -P 2222 sftp://[email protected]/

Downloading from an SFTP Server

Using a Dedicated FTP Client

Using FileZilla

There are many FTP client applications and you can use any of them. One of the most popular FTP clients is FileZilla, which is also a graphical, multi-platform and open source software.

To download it you can use the web link above, or in Ubuntu you can run the following:

sudo apt install filezilla

Using sftp

Connect to server:

sftp -P 2222 sftp://[email protected]/

Download a file:

sftp> get /Public/VAR-SOM-MX8/Hardware/Symphony-Board/Hardware_reference.txt

Download a directory:

sftp> get -r /Public/VAR-SOM-MX8/Hardware/Symphony-Board