New Post: SFTP parallel downloads with one connection - Exception (not...
Hi, Thanks for testing.First, wanted to explain a little, IsConnect property is not always correct, since it will not handle situation where connection was dropped by the server in this case IsConnect...
View ArticleNew Post: SFTP parallel downloads with one connection - Exception (not...
Thanks for the fast reply.This was the first thing i thought off and so i tried the same as you described but that doesn't help.There must be another reason for this failure to occur (it's not server...
View ArticleNew Post: SFTP parallel downloads with one connection - Exception (not...
hmm,It becomes more difficult now (I will try to investigate a little more then it but wont have time for it in near future so if you happened to find a solution please let me know.I guess another idea...
View ArticleNew Post: Portforward to Mysql? Examples ?
Hello, Great ssh library! I've been able to use it to tunnel and port forward to my web browser port on my server. However, I'm having issue with portforwarding to mysql. Would the portforward source...
View ArticleNew Post: Transfering files with Write permission
Hi Team,I am able to successfully transfer the files into the server using the following method.sftp.UploadFile(fs, remoteFilePathwithName);But the issue I am facing is the files transferred are with...
View ArticleCommented Issue: Files are getting truncated when uploading to the SSH...
Hi,I noticed unexpected behaviour, when I was sending a number of files to the SSH server, each file with a size approx. equal to 35 kB.Every file on the destination machine was truncated to 16384...
View ArticleNew Post: Renci.SshNet.Common.SshException: Failure on UploadFile
Hi,Sorry for delay answer, hower I recently updated to latest version of library, and still have this issue.Yes this happen fro every file I'm sending. The funny thing is WinSCP has the same issue. The...
View ArticleNew Post: Hang connecting to MYSQL
Hi Oleg,Just added a timer to check the time between each and its near enough always 15 seconds for each excluding the first pass. Thanks,John
View ArticleCommented Issue: Files are getting truncated when uploading to the SSH...
Hi,I noticed unexpected behaviour, when I was sending a number of files to the SSH server, each file with a size approx. equal to 35 kB.Every file on the destination machine was truncated to 16384...
View ArticleNew Post: Portforward to Mysql? Examples ?
Hi, Sorry, I personally dont have any since I dont use MySQL but you welcome to search this forum since I know few people mentioned doing it.In fact I am trying to figure out hang problem related to...
View ArticleNew Post: Transfering files with Write permission
Hi,I can take a look at it later. Can you please log it as feature request in Issue Tracker page? For now you can use SftpFile and Attributes property to change read access and other options. Hope it...
View ArticleCommented Issue: Files are getting truncated when uploading to the SSH...
Hi,I noticed unexpected behaviour, when I was sending a number of files to the SSH server, each file with a size approx. equal to 35 kB.Every file on the destination machine was truncated to 16384...
View ArticleReviewed: 2013.1.8 (Jan 16, 2013)
Rated 5 Stars (out of 5) - Awesome stuff. I'm not able to implement SSH in my project. Thanks!
View ArticleReviewed: 2013.1.8 (Jan 16, 2013)
Rated 5 Stars (out of 5) - Great work. I had an SFTP client working in no time. Thanks!
View ArticleNew Post: Hang connecting to MYSQL
John,I used your code and implemented mysql ports but I am getting this error "A connection attempt failed because the connected party did not properly respond after a period of time, or established...
View ArticleNew Post: Portforward to Mysql? Examples ?
Oleg, Thanks for the examples. I believe my issues lies within portforward & host ports and mysql sever host. Hopefully I'll get some help is this post :...
View ArticleNew Post: Hang connecting to MYSQL
Figured it out. I put localhost for portforward detestation, when I should of put the server IP. Sorry for wasting any time! Thanks,Ben
View ArticleSource code checked in, #22520
Ensure Channel Close message is sent only once PortForwarding improvments
View ArticleNew Post: Using proxy
Hi Sebastian, I dont think I used Fiddlet before but I just checked in some code changes where I made some port forwarding improvments. Can you try to checkout the latest version and see if it works...
View ArticleNew Post: Renci.SshNet.Common.SshException: Failure on UploadFile
Hey Marcin, Is this server something that I can download and install here so I could recreate this problem? Quick search on the internet didn't produce any result :(:( or may be I dont know what to...
View Article