Hi when I Using this Code In VS2010 it's Work fine, But when I run it outside VS2010the proccess stuck on the command UploadFile and I need to stop the proccess, and I can seethat the file uploaded to the server sftp.Connect(); using (var file = File.OpenRead(localFileName)) { sftp.UploadFile(remoteFileName, file); } sftp.Disconnect(); and there is no exception. Any suggestion? Thanks
Comments: No response, assumed fixed
Comments: No response, assumed fixed