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.
Error on List in SFTP "Unsupported file attributes data"
-
- Posts: 9
- Joined: Mon 12 May 2014 14:05
Re: Error on List in SFTP "Unsupported file attributes data"
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.
-
- Posts: 9
- Joined: Mon 12 May 2014 14:05
Re: Error on List in SFTP "Unsupported file attributes data"
With Version vSFTP6 it works. Thanks.
Re: Error on List in SFTP "Unsupported file attributes data"
If any other questions come up, please contact us.