1

I have enabled both SFTP and FTP on my Synology NAS. Using CyberDuck, both SFTP or FTP can create or delete a text file in a shared folder.

However, there is an error when I try to rename the ABC.txt file to XYZ.txt when using SFTP:

enter image description here

Using FTP can rename the file. Both SFTP or FTP can delete the file.

How can I let SFTP rename files too?

UPDATE: SFTP log as:

30 OPEN
31 CLOSE
32 OPENDIR
33 READDIR
34 READDIR
35 CLOSE
36 REALPATH
37 REMOVE
38 OPENDIR
39 READDIR
40 READDIR
41 CLOSE

The above log includes create file, rename file, shows error (at 37), and after closing the error dialog.

ohho
  • 3,124

1 Answers1

0

This appears to just be an old bug in Cyberduck, which has been fixed since v4.8.4 (Mar-18-2016). https://cyberduck.io/changelog/

I finally updated my local copy and now can rename files via SFTP.

Kramer
  • 101