Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Intermittent Error Message - Network error: Connection to "{ftpserver.com}" refused.

It looks like a temporary network or server outage.
No setting can fix that.
You may want to retry the connection, if you want your code to be more robust.
ktlee

Intermittent Error Message - Network error: Connection to "{ftpserver.com}" refused.

Hello everyone,

I have a .NET program using WinSCPNet.dll (ver 1.2.9.5665) that is used to download files from company FTP server using SFTP protocol. The program is running in Windows Server 2016.

Sometimes, during the download process, the error "Connection to <securefile.com> refused" is logged. This does not happen often, but once in awhile and then one file will not be downloaded (or fail to download). I have noticed this behavior for 3-4 times for the past 6 months.

Is there any other settings that may need to be done?

Thanks.