Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Guest85

Merci pour votre aide. En passant par un script, effectivement, cela fonctionne.

Merci encore.
martin

OK, so you do not use WinSCP script, it's a batch file.
If you want to use Unicode in a batch file, you should use chcp 65001 command first or some other technique. It's actually quite complicated problem. And it's not a WinSCP question at all.
See How can I use Unicode characters on the Windows command line?
Or switch to using WinSCP script file (/script= instead of /command)
Guest85

Bonjour,

La version est la 5.11.3 (Compilation 7995).

Le fichier de script est bien codé en UTF8.

Je vous joins le script et le log (hormis les chaines de connexion).

Merci encore pour votre aide.
martin

Re: Commande LCD avec nom de répertoire et caractères accentués

What version of WinSCP are you using? Make sure you use the latest one.
Make sure the file uses UTF-8 encoding.
https://winscp.net/eng/docs/scripting#using_scripting

If that does not help, please attach the script and a session log file showing running of the script.
Guest

Commande LCD avec nom de répertoire et caractères accentués

Bonjour,

A partir d'un script généré depuis une application VB.NET, lorsque j'essaye de faire un lcd sur un répertoire contenant un caractère ç, j'ai une erreur car le caractère est transformé en þ et non interprété.

J'ai testé avec un script généré à partir de WinSCP GUI et le résultat est identique.
Que fais je mal?

Merci pour votre retour et ce très bon client FTP.