allowed characters in fiole names

Core FTP client questions and answers
Locked
frank tap
Posts: 10
Joined: Thu Mar 13, 2008 11:29 am

allowed characters in fiole names

Post by frank tap »

Does anybody know which characters are allowed to use in file names and directory names? At the moment it seems that only ASCII code 32-126 is allowed. Can this be changed in any way?

Regards,

Frank
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

You can use whatever characters your computer is capable of using. If you want to have the server use them, you might need to set the advanced -> encoding -> Unicode

option
frank tap
Posts: 10
Joined: Thu Mar 13, 2008 11:29 am

Post by frank tap »

Is there also a way to set the Unicode option on the command line, as I am using coreFTP from a script?

Frank
ForumAdmin
Site Admin
Posts: 1011
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

build 1738 and greater will have the -encode option, to specify unicode.
Locked