- Joined
- Jan 14, 2022
- Messages
- 4
- Reaction score
- 1
Hello,
We are using the SFTP capability from Azure Blob Storage. These SFTP credentials are used for backing up the recordings from our 3CX phone system.
The SFTP works fine when testing with Filezilla. When we test the recording backup system itself, it keeps throwing this error: (seemingly for each recording)
It looks the SFTP authentication works correctly. I am not really sure what goes wrong. Maybe someone knows what exactly is going wrong, and where we should look.
Thanks!
We are using the SFTP capability from Azure Blob Storage. These SFTP credentials are used for backing up the recordings from our 3CX phone system.
The SFTP works fine when testing with Filezilla. When we test the recording backup system itself, it keeps throwing this error: (seemingly for each recording)
Code:
2022/02/14 17:34:10.245|6624|0027|Excpt|Renci.SshNet.Common.SshException: FeatureNotSupported: This feature is not supported.
at Renci.SshNet.Sftp.SftpSession.RequestOpen(String path, Flags flags, Boolean nullOnError)
at Renci.SshNet.Sftp.SftpFileStream..ctor(ISftpSession session, String path, FileMode mode, FileAccess access, Int32 bufferSize)
at _3cxFilesystemImplementations.SFTP.SftpFolder.CreateFile(String name)
at TcxRecordings.RecordingData.Archive()
at _3cxSystemService.AutoArchiving.DoArchiving()
It looks the SFTP authentication works correctly. I am not really sure what goes wrong. Maybe someone knows what exactly is going wrong, and where we should look.
Thanks!