FTP is not available
-
Maybe Vivaldi devs will add their own FTP implementation but I wouldn't keep my hopes up.
I hope with all my might, that at least vivaldi will keep native ftp support.
This method will die out, if I have to tell my non-IT-friends to "install vivaldi and go to dev settings" to simply get a file behind a link...They could maybe just copy chromium's current implementation?
Another idea: rumors say, that the total rewrite of FtpRush (one of the best ftp clients) to V3 uses a DLL with all ftp-stuff inside. This might be an easy way to have ftp maintained by a third party. -
Mozilla is also dropping FTP support in Firefox
https://blog.mozilla.org/addons/2020/04/13/what-to-expect-for-the-upcoming-deprecation-of-ftp-in-firefox/It just shows a complete disregard for the history of the net by arrogant developers focusing on their stupid telemetry data.
-
well, if the majority of browser devs goes an anti-ftp-course, it might be the easiest to tell downloaders:
- Install FtpRush v2
- Open it
- Copy the link to clipboard, FtpRush should ask to connect to it automatically
Maybe I can register a custom protocol entry for ftp:// to execute
C:\Path\to\ftrush.exe -c"%link%"
which will just connect to the place where the file lives.
However, at least the 2nd method requires that the downloader has listing rights in the directory
-
Currently I made ftp work with the most recent version of Vivaldi (4.2.2406.48 (Stable channel) (64-Bit)) doing the following:
- vivaldi://flags/#temporary-unexpire-flags-m91 activate that flag and restart Vivaldi.
- vivaldi://flags/#enable-ftp activate that flag and restart Vivaldi, again.
-
@rhino_cracker said in FTP is not available:
FtpRush
Or WinSCP (whch can transfer by FTP(S), SSH, telnet).
-
@rhino_cracker In Vivaldi 4.3 with Chromium 94 FTP is removed and can not be reenabled by temporay flags.
-
We had to use InternetExplorer right now, to access ftp://sourceware.org/pub/newlib/ .
Looks like the flag has finally been removed
-
@rhino_cracker Yes, the feature FTP and the flag was removed from Vivaldi.
-
If you just want a "cloud-free self-hosted "single click to share files with friends" solution", why don't you use an http server?
I use HFS as a file server. -
Hey Vivaldi developers! If I wanted to use chromium, I would use chromium. Bring FTP back. Firefox was once a total dominator who faded to obscurity because "majority" didnt need "features". You wont beat competiros by becoming a mirror of them.
Stop removing your only reason to exist - having more than them.
Or die.
Remeber: you only exist because you have something that they dont have. Or you will be all looking for a job. You already screwed by not having AppImages. You WILL fail if you become another Chrome.If I have to install FileZilla now, because no browser supports FTP - I can as well just change a browser. At least I have AppImages for any other one.
Firefox died parroting CHrome to the point you cant tell them apart. Maybe you should learn on other's mistakes, it would be shame if you have to start tiktok dancing for a living.
-
@vivaldihulking welcome to the forum!
There is no more FTP support in Chromium or Firefox. The protocol is insecure and thus a potential security issue for average users. It's best to use a separate program for ftp like you do.
I'm sure the Vivaldi team appreciates your thoughts on the Vivaldi product development strategy with FTP support at the center.
-
@vivaldihulking We all have our pet bugs ans wises for a browser.
But Vivaldi will not add a FTP client again.WinSCP is a good client for FTP (works with FTPS, too) and SSH.
-
I used FTP to manage files and folders, in Windows with the file manager Total Commander, and in Linux with the file manager Nemo.
For me, file managers are the most useful apps for that. I would never have thought of using a browser for that (except that back in the day Windows Explorer was very similar to Internet Explorer).
-
@Rhino_Cracker said in FTP is not available:
solved it by myself. sry for fast posting
How to fix ftp:// support (currently):- Go to vivaldi:flags
- search for "ftp", enable it and restart Vivaldi
Searching for ftp in flags returns nothing.
My appeal to the Vivaldi devs: please don't drop ftp support!
Amen.
P
-
@frisket said in FTP is not available:
Searching for ftp in flags returns nothing.
You are quoting from April 2021. Support has since been dropped completely.
FTP in browsers is a dead horse. Everything about it has already been said in this thread, there is no use discussing it any longer.
-
@frisket FTP was removed from core in 2021 by Chromium core devs and Vivaldi will not do add any code to get it back.
That is a fact. -
@DoctorG said in FTP is not available:
@frisket FTP was removed from core in 2021 by Chromium core devs and Vivaldi will not do add any code to get it back.
That is a fact.OK, thanks for the info.
P
-
@WildEnte said in FTP is not available:
Everything about it has already been said in this thread, there is no use discussing it any longer.
Well, it is maybe noteworthy that meanwhile I have found another way to most simply use ftp links
here is an example: execute%windir%\explorer.exe /select,ftp://ftp.rz.uni-wuerzburg.de/centos/7/atomic/x86_64/adb/adb-utils-1.1-1.el7.noarch.rpm
Using CMD or Windows Run Dialog (it pops up pressing [Win]+[R])
It will open a new explorer window, connected to the FTP, highlighting the file. You can simply copy it from there.
You can as well just copy the FTP-path in your explorer's address bar, but my version is scriptable.
It might be the start point for an extension to bring back FTP support?Why an extension? Why not just register "open with that code" for FTP in your system? Because you have to sanitize the inputs! Otherwise someone could append && format c: to your ftp link and your system would execute it by clicking...