wolpi / prim-ftpd

FTP server app for android
Other
583 stars 78 forks source link

"IP to bind to" field rejects `:` characters required for IPv6 #291

Closed rustybird closed 1 year ago

rustybird commented 1 year ago

The "IP to bind to" field does not allow entering : characters as part of an IPv6 address. Copying and pasting in a string also filters them out.

wolpi commented 1 year ago

Oh, yes. Currently it is desigend for IPv4 only. Needs to be changed.

wolpi commented 1 year ago

As you can see by linked commit, it should work in next version