cy33hc / vita-ftp-client

Simple FTP Client App for Vita
GNU General Public License v3.0
35 stars 16 forks source link

When entering connection information, the last part of the string is truncated. #27

Open gilgilgan opened 1 year ago

gilgilgan commented 1 year ago

Here's an example:

nako.gonetis.com -> nako.gonetis.co

I am a Korean user. I suspect that the length check of the input field is specified in bytes rather than number of characters.

cy33hc commented 1 year ago

@gilgilgan Only support IP address. Hostname not supported.