• fTelnet not showing upload & download buttons

    From Waethorn to All on Sat Sep 3 11:01:33 2022
    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).
  • From Digital Man to Waethorn on Sat Sep 3 12:28:15 2022
    Re: fTelnet not showing upload & download buttons
    By: Waethorn to All on Sat Sep 03 2022 11:01 am

    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).

    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)

    Rush quote #71:
    He's not concerned with yesterday, he knows constant change is here today Norco, CA WX: 100.6°F, 37.0% humidity, 8 mph E wind, 0.00 inches rain/24hrs
  • From Waethorn to Digital Man on Mon Sep 5 00:41:54 2022
    My bad about the forum. Probably had too many tabs open at the time *facepalm*. Continued on the link (I don't see an option to delete this thread here):

    http://vert.synchro.net/?page=001-forum.ssjs&sub=sync&thread=48176