FTP Server

Config Type Default Description
c.ftps.port integer 21 The TCP/IP port number for the FTP server
c.ftps.allow string '' The name, address, wildcard or list to allow (ie. .passive=1) Blank = all devices. #Firmware/v275
c.ftps.intf string 'LM' Which interfaces to allow FTP server connections on. “L”=LAN, “M”=Modem.
c.ftps.ssl string '' Whether to use SSL encryption on the FTP server. “e”=explicit SSL (ie. Start plain, and then negotiate to upgrade), “i”=implicit SSL (ie. Start with SSL on a special port number).
c.ftps.passivelo integer 50000 The low port number to use for FTP PASV transfers.
c.ftps.passivehi integer 50099 The high port number to use for FTP PASV transfers.