IgnorantGuru / spacefm

SpaceFM File Manager
http://ignorantguru.github.com/spacefm/
GNU General Public License v3.0
490 stars 72 forks source link

ftps support as proto handler #744

Open beelze opened 5 years ago

beelze commented 5 years ago

Seems very simple, just a little tweak in current ftp handler:

  1. add ftps to whitelist
  2. add [[ "%proto%" == ftps ]] && options="ssl,$options" in mount section after the options="nonempty"