When creating a file in my ftp directory with the following name:
$^_°9+[µù§@é'(².txt
the name returned when I use 'ls' is this:
$^_░9+[Á¨º@Ú'(▓.txt
the UTF-8 is enabled. How can I fix this to get a correct name
When creating a file in my ftp directory with the following name:
$^_°9+[µù§@é'(².txt
the name returned when I use 'ls' is this:
$^_░9+[Á¨º@Ú'(▓.txt
the UTF-8 is enabled. How can I fix this to get a correct name
I cannot reproduce your problem.
mkdir $^_°9+[µù§@é'(².txt
The above command creates the $^_°9+[µù§@é'(².txt
folder on the FTP server.
Windows 10 IIS server. Windows 10 ftp.exe
client.
My FTP script is obviously in UTF-8 encoding.