TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
johnny xing
NA
2
0
VB.Net to login into Linux server using Putty
Jul 28 2009 3:08 AM
I want to using VS 2008 mobile SDK to program putty to remotely login into the Linux server, once logined in I want to pass one command("/etc/test/intercom/203.sh") to it. I tried below program but it's not working. I know plink is fine and plink indeed is working fine but plink is not available for windows mobile environment. Dim m_Process As New Process() m_Process.StartInfo.FileName = "putty.exe" m_Process.StartInfo.UseShellExecute = False m_Process.StartInfo.CreateNoWindow = False m_Process.StartInfo.Arguments= "192.168.1.10 -P 22 -l root -pw 12345" & "/etc/test/intercom/203.sh" Process.Start(m_Process.StartInfo) Any ideas?
Reply
Answers (
1
)
Open web page in access
Excel vba to vb.net