FTP: Difference between revisions

From Variscite Wiki
Tag: Reverted
Tag: Manual revert
 
Line 4: Line 4:


= Variscite's SFTP server credentials =
= Variscite's SFTP server credentials =
  Server address: sftp.variscite.com
  Server address: ftp.variscite.com
  Username: customerv
  Username: customerv
  Password: Variscite1
  Password: Variscite1

Latest revision as of 21:20, 22 August 2024

FTP

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://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