I am using Rebex Total Pack for .NET 2019 R3.
When attempting to rename the file on external SFTP server i get the following error: SftpException: Failure; Failure.
We run a rename on the server using the same name to ensure the file is not locked. This hasnt caused issues on other servers so i am guessing it has something to do with the server we are connecting to but we are able to rename the file to other names, just not the same name. Below is a snippet of the log we generated to see if this helps. Let me know if you need something else - Thank You
2019-07-16 18:31:42.910 DEBUG Sftp(3)[9] Info: Item: -rwxrwxrwx 1 justin.dickerson users 290016512 Jul 16 16:12 CHFLpdf.zip
2019-07-16 18:31:42.910 DEBUG Sftp(3)[9] Info: Item: -rwxrwxrwx 1 justin.dickerson users 82922585 Jul 16 16:42 CHSLpdf.zip
2019-07-16 18:31:42.910 DEBUG Sftp(3)[9] Info: Item: drwxrwxrwx 11 justin.dickerson users 4096 Jul 15 12:52 March2019
2019-07-16 18:31:42.910 DEBUG Sftp(3)[9] Info: Item: -rwxrwxrwx 1 osg_user users 0 Jul 15 16:58 test.txt
2019-07-16 18:31:42.910 DEBUG Sftp(3)[9] Info: Item: -rwxrwxrwx 1 osg_user users 140695 Jul 16 18:22 testTWNC_Broadcast_Overnight_071219.zip
2019-07-16 18:31:42.910 INFO Sftp(3)[9] Command: SSH_FXP_READDIR (6, 0x0)
2019-07-16 18:31:42.973 INFO Sftp(3)[9] Response: SSH_FXP_STATUS (6, 1, 'End of file')
2019-07-16 18:31:42.973 INFO Sftp(3)[9] Command: SSH_FXP_CLOSE (7, 0x0)
2019-07-16 18:31:43.034 INFO Sftp(3)[9] Response: SSH_FXP_STATUS (7, 0, 'Success')
2019-07-16 18:31:46.120 INFO Sftp(3)[9] Command: SSH_FXP_STAT (8, '/OSG/1-ToBeProcessed/testTWNC_Broadcast_Overnight_071219.zip')
2019-07-16 18:31:46.519 INFO Sftp(3)[9] Response: SSH_FXP_ATTRS (8)
2019-07-16 18:31:47.423 INFO Sftp(3)[9] Command: SSH_FXP_RENAME (9, '/OSG/1-ToBeProcessed/testTWNC_Broadcast_Overnight_071219.zip', '/OSG/1-ToBeProcessed/testTWNC_Broadcast_Overnight_071219.zip')
2019-07-16 18:31:47.481 INFO Sftp(3)[9] Response: SSH_FXP_STATUS (9, 4, 'Failure')
2019-07-16 18:31:47.519 ERROR Sftp(3)[9] Info: Rebex.Net.SftpException: Failure; Failure.
at vond.mcme(jrlq arf, Type arg)
at vond.mclu(String aqd, String aqe, Boolean aqf, vomm aqg)
at Rebex.Net.Sftp.ieja(String sh, String si, vomm sj)