I do not succeed to store my file with a filename that contain non ascii char.
I use storbinary("STOR #{remotefile}", data, 512, &block)
,
with this filename Filename_Mémo.pdf
but the result on the FTP is Filename_Mémo.pdf
Any Idea ? Thanks.
I do not succeed to store my file with a filename that contain non ascii char.
I use storbinary("STOR #{remotefile}", data, 512, &block)
,
with this filename Filename_Mémo.pdf
but the result on the FTP is Filename_Mémo.pdf
Any Idea ? Thanks.