Page 1 of 1
					
				name files problem
				Posted: Fri  23 Mar 2012 01:27
				by mferia
				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.
			 
			
					
				
				Posted: Fri  23 Mar 2012 10:33
				by Dimon
				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.
			 
			
					
				
				Posted: Fri  23 Mar 2012 15:38
				by mferia
				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.
 
			
					
				
				Posted: Fri  06 Apr 2012 08:07
				by Dimon
				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.