michaellukashov / Far-NetBox

SFTP/SCP/FTP/FTPS/WebDAV/S3 client for Far Manager 3 (http://farmanager.com/)
https://forum.farmanager.com/viewtopic.php?t=6317
GNU General Public License v2.0
155 stars 52 forks source link

Fix FTP codepage support #482

Closed ssvine closed 2 weeks ago

ssvine commented 2 weeks ago

This pull request fixes the issue #481

Some time ago WinSCP refused to support legacy encodings:

The problem is not on WinSCP side. You should push your server provider to add support for UTF-8, and not ask for support of legacy encoding in WinSCP.

At the same time, NetBox still supports different encodings, and this PR provides a small fix to them.

This PR also fixes sending long FTP command.