Error on List in SFTP "Unsupported file attributes data"

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
ndi.infotip
Posts: 9
Joined: Mon 12 May 2014 14:05

Error on List in SFTP "Unsupported file attributes data"

Post by ndi.infotip » Mon 12 May 2014 14:15

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.

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

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

Post by Dimon » Thu 15 May 2014 15:28

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.

ndi.infotip
Posts: 9
Joined: Mon 12 May 2014 14:05

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

Post by ndi.infotip » Fri 16 May 2014 08:58

With Version vSFTP6 it works. Thanks.

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

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

Post by Dimon » Fri 16 May 2014 10:42

If any other questions come up, please contact us.

Post Reply