Source code checked in, #22965
Commiting files that were not commited on previous commit
View ArticleNew Post: Small File Upload Problem
It is not my server so I will need to request it. Let me see if IPSWITCH has a demo version of their server as well. Rich
View ArticleNew Post: Testing can destroy your home
Yea, I can look into putting it into different folder probably. Well, originally I was not planning for anybody to use those test except for developers So I guess next time I am looking at test I will...
View ArticleNew Post: Small File Upload Problem
ok, Thanks, Yea let me know if it does and where to get it, I could install it then on one of VMs here. Thanks, Oleg
View ArticleCreated Issue: Test initialization should not delete all files in the given...
Test method OnInit() cleans up the entire destination path with "rm -rf *"On inadvertent use, this will cause complete data loss on the given destination path (whole home directories...
View ArticleNew Post: Testing can destroy your home
I have created an issue. Thanks Oleg and best regards!
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
Hey Matt, Thanks a lot for pointing this out. Regards, Elson
View ArticleCreated Issue: Correct casing of Security/Cryptography/HMAC.cs [1505]
I've just tried to compile the library on Mono/Linux, it builds, however with one glitch. The mentioned file is named HMAC.cs, but is referenced as Security/Cryptography/HMac.cs, so either reference or...
View ArticleCreated Issue: Swedish characters displayed incorrectly in uploaded filenames...
Hi,I am using revision 23009 (currently the latest on trunk). If I upload a file through SSH (UploadFile) containing one of the three Swedish characters the filename written to the remote server is...
View ArticleCommented Issue: Swedish characters displayed incorrectly in uploaded...
Hi,I am using revision 23009 (currently the latest on trunk). If I upload a file through SSH (UploadFile) containing one of the three Swedish characters the filename written to the remote server is...
View ArticleClosed Issue: Swedish characters displayed incorrectly in uploaded filenames...
Hi,I am using revision 23009 (currently the latest on trunk). If I upload a file through SSH (UploadFile) containing one of the three Swedish characters the filename written to the remote server is...
View ArticleClosed Issue: SshClient and SftpClient hang on server terminate [1439]
Hi thereMy app uses both SftpClient and SshClient on threadpool threads, to interact with a remote server (specifically OpenSSH running on Amazon AWS EC2 servers running Windows).Because these AWS...
View ArticleNew Post: Mono Support?
I see Mono support is listed but I am not able to get this code to execute correct via Mono. Here is the code I am running: using (SshClient ssh = new SshClient(host,username,password)) { try {...
View ArticleNew Post: SCP copy to a specific folder
Hi, I have the same problem as journo, where im getting folowing error: "scp: : No such file or directory", but i cant find your latest committed code, 22896, where can i find it? Thanks
View ArticleCreated Issue: Invalid handling of http proxy server response [1509]
Hi,I did find a problem when testing the assembly with our squid 3.0 proxy. I receive the message, that Result cannot be called on a failed match. Therefore I've extended the code in Session.cs a...
View ArticleNew Post: SCP copy to a specific folder
Hi, You simply need to download it from "SOURCE CODE" tab above. Thanks, Oleg
View ArticleNew Post: Mono Support?
Hi, Unfortunatly I wont be able to help you with mono part. I have people who compiled and used it on Mono so may be they will be able to help you with that. Usually "No suitable authentication method...
View ArticleCommented Issue: Invalid handling of http proxy server response [1509]
Hi,I did find a problem when testing the assembly with our squid 3.0 proxy. I receive the message, that Result cannot be called on a failed match. Therefore I've extended the code in Session.cs a...
View ArticleNew Post: OperationTimeout and ConnectionInfo.Timeout don't terminate the...
thanks reawakening the thread and for the updates. i was testing the last commit to see if OperationTimeout works as i predicted. i set: sftp.OperationTimeout = TimeSpan.FromSeconds(1); and used...
View ArticleNew Post: SCP copy to a specific folder
Hi I'm using your latest commit 22965 and i still get af file not found error. The source file and destination directory exists. I've tried: client.Connect(); Stream filestream = new...
View Article