FTP: Difference between revisions

From Variscite Wiki
No edit summary
Line 17: Line 17:
== Using a dedicated FTP client ==
== Using a dedicated FTP client ==
There are many FTP client applications and you can use any of them.<br>
There are many FTP client applications and you can use any of them.<br>
One of the most popular FTP clients is [https://filezilla-project.org/ FileZilla], which is also graphical & multi-platform.<br>
One of the most popular FTP clients is [https://filezilla-project.org/ FileZilla], which is also a graphical, multi-platform and open source software.<br>
To download it you can use the web link above, or in Ubuntu you can run the following:
To download it you can use the web link above, or in Ubuntu you can run the following:
  $ sudo apt install filezilla
  $ sudo apt install filezilla

Revision as of 13:52, 9 May 2021

FTP

Downloading from an FTP server

Variscite uses an FTP server to deliver software releases and other files to customers. Recently, Google Chrome, Firefox and possibly other browsers have started to remove FTP support.

Enabling FTP support in Google Chrome

Google Chrome disables FTP support by default. To enable it:

1. Open Chrome and enter the following in the address bar:

chrome://flags/

2. Search for "Enable support for FTP URLs" and set it to "Enabled".

Using a dedicated FTP client

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

Downloading files from an FTP server using wget

The easiest way to download files from an FTP server using the Linux command line is to use wget:

$ wget <user:password@URL>

For example:

$ wget ftp://customerv:Variscite1@ftp.variscite.com/VAR-SOM-MX8X/Software/b2qt/b2qt-dunfell-var-som-mx8x-v1.0.img.gz