First, let me say that FTP/SFTP support looks great so far! Everything that I've tried seems to work so far with two exceptions...
1. It looks like SFTP+Unicode does not work properly. I don't know if it is Cirrus or the SFTP server, but Unicode filenames appear as garbage.
I made a file called "日本語" on my Linux server. When accessing it through FTP in Cirrus everything works, but using SFTP it turns into a file called "ã�¦ã�™ã�¨", which I assume is UTF-8 bytes interpreted as ANSI or something. All functions still work, but the file has a garbled name.
2. One other problem I've been having is that the FTP passwords are only sent if you select "save password". Otherwise, Cirrus just sends a packet with a blank password. SFTP seems to work fine.
1. It looks like SFTP+Unicode does not work properly. I don't know if it is Cirrus or the SFTP server, but Unicode filenames appear as garbage.
I made a file called "日本語" on my Linux server. When accessing it through FTP in Cirrus everything works, but using SFTP it turns into a file called "ã�¦ã�™ã�¨", which I assume is UTF-8 bytes interpreted as ANSI or something. All functions still work, but the file has a garbled name.
2. One other problem I've been having is that the FTP passwords are only sent if you select "save password". Otherwise, Cirrus just sends a packet with a blank password. SFTP seems to work fine.
Comment