What happens if FTP server breaks

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #910
    nath_e
    Member
    • Total Post: 30
    • Frequent Flyer
    • ★★★

    Hi,

    I’ve got my FTP server setup and working and the dhcp configured so I do not have to configure winterms manually anymore.

    However, I want to have a backup plan if my FTP server breaks. Currently, I’m guessing if it can’t access the ftp server then has no record of the rdp connections so I will have 60 users not being able to logon.

    Is there a way I can make the winterm remember the contents of the wnos file in case this happens?

    #11612
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    Hi nath_e,

    there is currently no way that a WTOS device can remember the whole wnos.ini file.
    But you can store several parameter locally.
    If you want to save just the connection you can use
    CONNECT=RDP
    Host=somehost
    Description=”New1″
    LocalCopy=yes
    The LocalCopy command will save the connection on the device.

    If you want to store even more parameters you should put
    EnableLocal=yes
    outside the connection definition.

    HTH
    CG

    #11617
    nath_e
    Member
    • Total Post: 30
    • Frequent Flyer
    • ★★★

    Ah, I put the command in the wrong place.

    It’s only a few of the RDP connections is wants to remember so I’lll just add that to the relevant connections.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.