Bug#308561: ssh: sftp rename fails on filesystems that don't support hard links

2008-06-16 Thread Samuel Thibault
Hello, Kenneth C. Arnold, le Wed 11 May 2005 00:55:09 -0400, a écrit : status = errno_to_portable(errno); else if (S_ISREG(sb.st_mode)) { /* Race-free rename of regular files */ - if (link(oldpath, newpath) == -1) -

Bug#308561: ssh: sftp rename fails on filesystems that don't support hard links

2005-05-10 Thread Kenneth C. Arnold
Package: ssh Version: 1:3.8.1p1-8.sarge.4 Severity: normal Tags: patch Using sftp to access FAT32 partitions often fails. Specifically, if a rename is requested, the operation will fail with permission denied when in fact the user is allowed to rename the file. The failure is due to sftp-server's