Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

4console plugin no longer available

Jan
40
0
Hi. It looks like 4console plugin won't download in firefox, chrome or edge.

Fortunately, I was able to use curl to get it.

Perhaps it would be better to have the link changed to use http or https protocol rather than ftp?
 
If only there were some kind of a scriptable file-management program which could do FTP downloads....
 
If only there were some kind of a scriptable file-management program which could do FTP downloads....
It would be nice if TCC could do that.

Maybe something like;
Code:
iftp ftp://vefatica.net/4plugins/X64

Code:
E:\Utils>dir "ftp:*.*" 

 Directory of  ftp://vefatica.net/4plugins/X64/*.*

2023-06-12  15:06         <DIR>    .
2023-06-12  15:06         <DIR>    ..
2020-02-15   0:00         <DIR>    OldStuff
2021-08-22   0:00           4,728  4autotray64-new.zip
2014-12-02   0:00          90,620  4autotray64.zip
2021-08-28   0:00          80,924  4console64.zip
2020-02-15   0:00         113,663  4utils64.zip
2022-12-02   0:00          72,978  4wt.zip
2023-06-12  15:06          60,494  es.zip
2019-04-04   0:00         222,761  onig64dll.zip
2018-08-31   0:00          69,707  sysutils64.zip
             715,875 bytes in 8 files and 3 dirs.

Code:
E:\Utils>copy "ftp:4console64.zip" r:\ 
ftp://vefatica.net/4plugins/X64/4console64.zip => R:\4console64.zip
     1 file copied

...finally...
Code:
iftp /c

Ref: IFTP

Joe
 
Your favorite command interpreter will do it for you, FTP.EXE too!

Code:
copy "ftp://vefatica.net/4plugins/x64/4console64.zip"

Firefox hasn't done FTP for a few years. I'd bet it has also been a long time for the others.

If HTTP or HTTPS were easy, I'd do it. I rather like using my 25+ year-old Serv-U but I don't think it will do either of those protocols. I thought Windows had a built-in web server (IIS, W3..., or something like that) but I can't find it. If it's there I might try it. Does anyone know about that?
 
1688312997060.png

1688313001735.png


Enable Internet Information Services.

Joe
 
Hmmm! It's partially installed. I did (once) get the FTP server working (quite a chore). Even after expanding everything I don't see an opportunity to install/turn on the web server.

1688314183394.png
 
Apparently I also (once) set up the web server. But I have no idea how to turn it on. I can't find a service to simply start.

1688314741735.png
 
Whew! That was a chore! With vefatica.net - /anonymous/4plugins/ I can get here (below). I'm curious whether it works from the outside world and, if it does, how much hassle is caused by the connection now being secure. Perhaps someone will try it. At the moment, I can't enable HTTPS because Serv-U uses it for its config/admin connection.

1688319170098.png
 
Obviously, it works from outside because Amazon is bugging me. And someone from here must have tried it. It's interesting what information is available at the server including a link to this thread!. From the server's log:

Code:
2023-07-02 22:08:25 192.168.1.151 GET /anonymous/4plugins - 80 - 209.171.85.31 Mozilla/5.0+(Windows+NT+10.0;
+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/114.0.0.0+Safari/537.36+Edg/114.0.1823.58
https://www.jpsoft.com/forums/threads/4console-plugin-no-longer-available.11605/ 404 0 2 37
 
This URL does not work;
Code:
http://vefatica.net/anonymous/4plugins
1688348178228.png


This URL works;
Code:
http://vefatica.net/
1688348229864.png


Joe
 
This URL works;
Code:
http://vefatica.net/
Yup. It should also work if you add "anonymous". Both / and /anonymous point to d:\anonymous\4plugins\X64\ (which is why it fails if you tack on "4plugins"). I'll tidy it up a bit if I decide to keep the server running.
 

Similar threads

Back
Top