Page 1 of 1

Error on List in SFTP "Unsupported file attributes data"

Posted: Mon 12 May 2014 14:15
by ndi.infotip
I use the demo sFtpClient for Delphi XE.
If i click on "StartFtp" (after ConnectSSH),
then i get the message "Unsupported file attributes data".
What is wrong?

On an other SFTP-Connection to an other sftp-server it works good.

Re: Error on List in SFTP "Unsupported file attributes data"

Posted: Thu 15 May 2014 15:28
by Dimon
It seems that your SFTP client uses an SFTP protocol version different from the one used by SFTP server. To solve the problem try setting the TScSFTPClient.Version property to the vSFTP6 value.

Re: Error on List in SFTP "Unsupported file attributes data"

Posted: Fri 16 May 2014 08:58
by ndi.infotip
With Version vSFTP6 it works. Thanks.

Re: Error on List in SFTP "Unsupported file attributes data"

Posted: Fri 16 May 2014 10:42
by Dimon
If any other questions come up, please contact us.