- Joined
- Jan 22, 2019
- Messages
- 3
- Reaction score
- 0
Lateley I get this error when 3CX (running in the cloud) is trying to make a backup on our FTP server :
Your 3CX backup failed due to the following reason(s):
System.TimeoutException: Timed out trying to connect!
at FluentFTP.FtpSocketStream.Connect(String host, Int32 port, FtpIpVersion ipVersions)
at FluentFTP.FtpClient.Connect(FtpSocketStream stream, String host, Int32 port, FtpIpVersion ipVersions)
at FluentFTP.FtpClient.OpenPassiveDataStream(FtpDataConnectionType type, String command, Int64 restart)
at FluentFTP.FtpClient.OpenDataStream(String command, Int64 restart)
at FluentFTP.FtpClient.OpenWrite(String path, FtpDataType type, Boolean checkIfFileExists)
at FluentFTP.FtpClient.OpenWrite(String path)
at _3cxFilesystemImplementations.FTP.FtpFilesystem.CreateFile(String filename)
at _3cxBackupRestoreImpl.BackupRestoreUtils.Backup(IFilesystem filesystem, String instanceId, String cfgPath, String dbConnectionString, BackupConfig options, String fullpathFilename, Boolean sendEmail)
at BackupRestoreSchedule.BackupJob.Execute(IJobExecutionContext context)
When I look into the FTP monitoring window, I see the 3CX user being logged in and disconnecting, but no backup is made.
Nothing was changed to the 3CX config or our firewall or the FTP server, so strange it stopped working.
How can I check what is going on ?
Your 3CX backup failed due to the following reason(s):
System.TimeoutException: Timed out trying to connect!
at FluentFTP.FtpSocketStream.Connect(String host, Int32 port, FtpIpVersion ipVersions)
at FluentFTP.FtpClient.Connect(FtpSocketStream stream, String host, Int32 port, FtpIpVersion ipVersions)
at FluentFTP.FtpClient.OpenPassiveDataStream(FtpDataConnectionType type, String command, Int64 restart)
at FluentFTP.FtpClient.OpenDataStream(String command, Int64 restart)
at FluentFTP.FtpClient.OpenWrite(String path, FtpDataType type, Boolean checkIfFileExists)
at FluentFTP.FtpClient.OpenWrite(String path)
at _3cxFilesystemImplementations.FTP.FtpFilesystem.CreateFile(String filename)
at _3cxBackupRestoreImpl.BackupRestoreUtils.Backup(IFilesystem filesystem, String instanceId, String cfgPath, String dbConnectionString, BackupConfig options, String fullpathFilename, Boolean sendEmail)
at BackupRestoreSchedule.BackupJob.Execute(IJobExecutionContext context)
When I look into the FTP monitoring window, I see the 3CX user being logged in and disconnecting, but no backup is made.
Nothing was changed to the 3CX config or our firewall or the FTP server, so strange it stopped working.
How can I check what is going on ?