Section One BBS

Welcome, Guest.


Subject: Re: fTelnet not showing upload & download buttons Date: Mon Sep 05 2022 12:38 am
From: Waethorn To: All

Setting up an instance of Synchronet and noticed fTelnet isn't showing the
upload and download buttons for the Ymodem-G support. I've gone into
modopts.ini and added the two lines under the "web" block:

ftelnet_menubar = true
ftelnet_xfer = true

The menubar shows up. The upload and download buttons in the Menu button popup
don't. I tried this on Vert and I can see them there. Is there something else I
have to modify to enable this?

When I look at the page source in the browser, I can see that the url that's
being generated indeed says noxfer on it, so I'm not sure if there's a script
error somewhere (I'm not great with JavaScript).

>   Re: fTelnet not showing upload & download buttons
>   By: Waethorn to All on Sat Sep 03 2022 11:01 am

> That looks correct:
> lib/ftelnet.js:    return (settings.ftelnet_rip ? 'rip' : 'norip') + '.' +
> (settings.ftelnet_xfer ? 'xfer' : 'noxfer');

> That "settings" object is read from the [web] section of modopts.ini, and
> that matches what I have set on Vertrauen.

> BTW, this is the wrong message area for Synchronet support questions:
> http://wiki.synchro.net/howto:support
> -- 
>                                             digital man (rob)

Yeah, I thought it looked right.  But then I tried adding a rip line in
settings and it's not using that setting either.  Funny how the menubar one
stil works though.  I'll try a fresh install and see how that goes (this is
just a test instance before I get rolling for good).

---
 ■ SynchronetVertrauen Home of Synchronet [vert/cvs/bbs].synchro.net

Previous Message       Next Message
Replies: Re: fTelnet not showing upload & download buttons (Waethorn)Re: fTelnet not showing upload & download buttons (DesotoFireflite)