As my understand so far, there are many good candidates, they have their own blog, so i would use this chance to recruite them. I will search around blog Yahoo 360*, Blogger, Opera to find candidate, anyway, if you like this information, or know someone else, please drop me a message
This position is to work for CSC Vietnam, the most competitive, and attractive company in Vietnam
Leadership & Project Management
Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts
Wednesday, September 24, 2008
Monday, September 22, 2008
Using sharpSSH (C#) to write/customize your own sshclient
or even winscp (open source), or putty (is it possible?)
I was trying to do many investigations on SSH protocol, or some tools/ways like JRE. The purpose to do a remote command-line, and file transfer on all platforms: Windows, Linux, Unix, etc.
1. The first approach is to implement JRE application, but we need to maintain it by the time
2. Try to implement again with C# (and Mono) stupid way
3. Try to implement sharpSSH
Actually, I knew many way/tools to do that, but by the time, i forgot. Now, i'm going back. And i was tried PUTTY command-line family, and it was so impressive
Beside doing: compatibility test, between SSH protocol version, we need to do some test for sheel specification stuff (windows shell, cmd.exe, command.exe, bash, csh shell, etc.) convention between Windows, Linux
plink, pscp, psftp, so great! to do file transfer and remote command-line
That i was told about "client-side"
And here is server-side, for Unix, we used OS-standard, default sshd packages. But on Windows we used openSSH package, or copssh, the reason is, sometime sharpSsh cannot work with openSSH but copssh
Process special character like "\", "/", """, "'", "\\"
We are thinking about Cygwin as Linux env. for another linux-like ssh server
I was trying to do many investigations on SSH protocol, or some tools/ways like JRE. The purpose to do a remote command-line, and file transfer on all platforms: Windows, Linux, Unix, etc.
1. The first approach is to implement JRE application, but we need to maintain it by the time
2. Try to implement again with C# (and Mono) stupid way
3. Try to implement sharpSSH
Actually, I knew many way/tools to do that, but by the time, i forgot. Now, i'm going back. And i was tried PUTTY command-line family, and it was so impressive
Beside doing: compatibility test, between SSH protocol version, we need to do some test for sheel specification stuff (windows shell, cmd.exe, command.exe, bash, csh shell, etc.) convention between Windows, Linux
plink, pscp, psftp, so great! to do file transfer and remote command-line
That i was told about "client-side"
And here is server-side, for Unix, we used OS-standard, default sshd packages. But on Windows we used openSSH package, or copssh, the reason is, sometime sharpSsh cannot work with openSSH but copssh
Process special character like "\", "/", """, "'", "\\"
We are thinking about Cygwin as Linux env. for another linux-like ssh server
Subscribe to:
Comments (Atom)