FTP
From Variscite Wiki
FTP
Variscite's SFTP server credentials
Server address: sftp.variscite.com Username: customerv Password: Variscite1 Port: 2222
For example, using sftp client:
$ sftp -P 2222 sftp://customerv@ftp.variscite.com/
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://customerv@ftp.variscite.com/
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