0
Answer

Uploading Files to SFTP Server Using Asp.Net

I have created application to upload file to Sftp server using asp.net c sharp when I run from local machine the file is uploaded on sftp server but when we hosted application on live we are getting the following error
 
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
 
Please someone tell me how to resolve this error.I am stuck on this.