15,795,231 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by mmdullah (Top 9 by date)
mmdullah
2-Mar-15 2:37am
View
oops.... I have not go through the description properly.... I thought it is all about web project.. sorry for my mistake
mmdullah
26-Nov-11 1:51am
View
Thanks for your technical explanation. Yes, I am new to linux. but I need to do it quickly.
Meanwhile, I have explored ActiveSocket which is inline with your suggestion.
Would you please see that and do you think it will serve my purpose?
link: http://www.activexperts.com/network-component/howto/ssh/vcnet/
and user manual: http://www.activexperts.com/files/network-component/manual.htm#Ssh
mmdullah
26-Nov-11 0:44am
View
I have seen it on web:
Originally Posted by theYinYeti
One way to do this:
- Install Cygwin, as well as the following handy "C:\cygwin\launch.bat" script:
Code:
@echo off
C:
chdir C:\_cygwin\bin
bash --login -i -c "%*"
- Run from your own .bat:
Code:
C:\cygwin\launch.bat ssh user@host "remotecommand"
Of course, you'll have to setup a passphrase-less key-based authentication to the host.
Yves.
Hi theYinYeti,
Thanks alot for your help and response. Can I know how do I do a passphrase-less key-based authentication? I'm new to this cygwin.
link: http://www.linuxquestions.org/questions/programming-9/how-to-execute-a-ssh-script-on-linux-server-from-windows-through-a-bat-script-581171/
mmdullah
12-Nov-11 1:18am
View
I am sorry for not typing the orderField. Its actually there.
SELECT * FROM DownloadScheduleMap WHERE dsm_IsDeleted = 0 ORDER BY dsm_Des DESC
Yet the problem arises. It works on my pc-- but not on my client pc. Also it happens for this table only other tables are OK.
mmdullah
1-Oct-11 4:27am
View
I mean that, If I can declare a base class for all of my crystal Reports then, I can declare it as where T : myBasicReportClass, new() and thus I can get the SetDataSource Method.
mmdullah
17-Sep-11 0:56am
View
So far I know, you can send FTP command with valid user credentials to read file attribute of linux files from windows.
The user must have read permission.
I need to know the mechanism. Would you please suggest me other ways, if possible?
mmdullah
11-Sep-11 2:18am
View
Would you please suggest any multiuser embadable database?
mmdullah
10-Sep-11 2:58am
View
Actually I need an embaded database. Thats why I need it. Also There will be small workload from the users but I need the concurrent access to the database
mmdullah
10-Sep-11 2:53am
View
Thanks for your solution. I need not high amount of concurrent modifications, but I need concurrent modification. Number of my web user will be 20-50. but I need concurrent access of the database.
Show More