name files problem

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
mferia
Posts: 3
Joined: Thu 26 Nov 2009 23:14

name files problem

Post by mferia » Fri 23 Mar 2012 01:27

i tested your components but a found a problem.
When in my server unix exist files with the next names:

àe.sql
ààààexit.sql

directorylist event of FTP Component return empty filename.

I tested in delphi 2007.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Fri 23 Mar 2012 10:33

Please make sure that the TScSFTPClient.UseUnicode property is True.
If this will not solve the problem, please send a complete small sample to dmitryg*devart*com to demonstrate it.

mferia
Posts: 3
Joined: Thu 26 Nov 2009 23:14

Post by mferia » Fri 23 Mar 2012 15:38

Dimon wrote:Please make sure that the TScSFTPClient.UseUnicode property is True.
If this will not solve the problem, please send a complete small sample to dmitryg*devart*com to demonstrate it.
This property is set to true.
I am testing it with the demo SFTP included in their examples.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Fri 06 Apr 2012 08:07

I still cannot reproduce the problem. It seems that it is specificity of your SSH server.
To solve the problem, try setting the TScSFTPClient.UseUnicode property to False.

Post Reply