Page 1 of 1

add a button with "upload", "download"

Posted: 2019-03-13 04:56
by TeliuTe
1. for students, there is no upload or download button, which is very inconvenient. Just like gftp.
(教学中发现,学生使用时,没有上传、下载按钮很不方便,如果能像 gftp 那样会友好许多。)

2. while upload a text file, the carriage return line feed at the end of the line will be modified by default.
(上传文本文件时,如果换行符是 回车+换行,默认上传会修改,本地和远程的字节数不同,需要在设置里默认用二进制方式,并且去掉下边列表框里的 ASCII 格式。)

Re: add a button with "upload", "download"

Posted: 2019-03-13 10:20
by boco
1. It's a matter of taste. There are multiple ways of transferring, you just need to get used to it.

2. That if correct behavior. The article Data Type covers it nicely. In a nutshell: Line ending conversion is necessary. IF you don't want anything to be converted, use pure Binary (TYPE I) transfers.

Re: add a button with "upload", "download"

Posted: 2019-03-21 02:25
by TeliuTe
thanks,
Teaching needs to switch between Windows and Fedora/Linux, access utf-8 garbled under Windows, whether there is a simple fast switch, like the code conversion in the browser view.
(教学需要在 Windows 与Fedora/Linux 之间切换,Windows 下访问 utf-8 乱码,是否有一个简单的快速切换,像浏览器“查看”菜单里的编码转换。Image