FTP: Difference between revisions
No edit summary |
|||
Line 7: | Line 7: | ||
Variscite uses an FTP server to deliver software releases and other files to customers. Recently, [https://developers.google.com/web/updates/2020/12/chrome-88-deps-rems Google Chrome], [https://blog.mozilla.org/addons/2021/04/15/built-in-ftp-implementation-to-be-removed-in-firefox-90/ Firefox] and possibly other browsers have started to remove FTP support.<br> | Variscite uses an FTP server to deliver software releases and other files to customers. Recently, [https://developers.google.com/web/updates/2020/12/chrome-88-deps-rems Google Chrome], [https://blog.mozilla.org/addons/2021/04/15/built-in-ftp-implementation-to-be-removed-in-firefox-90/ Firefox] and possibly other browsers have started to remove FTP support.<br> | ||
If you were using one of these browsers to access our FTP server, please choose one of the following solutions. | If you were using one of these browsers to access our FTP server, please choose one of the following solutions. | ||
== Using a dedicated FTP client == | == Using a dedicated FTP client == |
Revision as of 16:11, 17 August 2021
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.
If you were using one of these browsers to access our FTP server, please choose one of the following solutions.
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