Hi everyone..
I'm using windows..
and our server is UNIX..
I knew that it's possible to create DOS commands in java programs,
I have tried it already..
What I want to know is, is it possible to create a
java program (from windows) that can execute UNIX
command?
Something like:
I have a java program in my windows, and it will
create a directory in UNIX server /home/dir..
base on my research, I can connect to our server in
command prompt of my windows using ftp <domain>
but the commands there is limited.
Thanks a lot