How to acess unix from windows


 
Thread Tools Search this Thread
Top Forums Programming How to acess unix from windows
# 1  
Old 02-28-2008
Bug How to acess unix from windows

Hai Everyone,

I am newcomer to UNIX.

I am interested to write a prograame in windows which connects to unix server and executing a script and return the result. Is it possibele or not.
Please suggest me.

Thank you in advance.

With Regards

sanjeeb
# 2  
Old 02-28-2008
Hi

Sure it is possible. But it's hard to tell what u wanna do or what ur network config looks like. Pls give some more information about it
# 3  
Old 02-29-2008
hi

u can do so using the samba configuration in UNIX, using the samba share u can access the unix share and write and store the results over the unix box, but u need to know the samba service configuration in UNIX and provide the directory with write permission to outside world/user to access and write and store the data into UNIX.

the following link can help u out if ur into unix administration
Samba -- Opening Windows to a Wider World
# 4  
Old 02-29-2008
Hi i don't understand your question. Will you please specify me clearly..actually i am new to unix and all these stuffs. waiting for your reply

With Regards
sanjeeb
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Needed SFTP script from windows to UNIX server and from UNIX to windows server(reverse SFTP)

hi guys, i need a script to sftp the file from windows to unix server ....(before that i have to check whether the file exists in the windows server or not and again i have to reverse sftp the files from unix to windows server..... regards, Vasa Saikumar. (13 Replies)
Discussion started by: hemanthsaikumar
13 Replies

2. AIX

Do I need to configure my local windows to FTP files from local windows to a UNIX AIX server?

Hi Friends, I have this script for ftping files from AIX server to local windows xp. #!/bin/sh HOST='localsystem.net' USER='myid_onlocal' PASSWD='mypwd_onlocal' FILE='file.txt' ##This is a file on server(AIX) ftp -n $HOST <<END_SCRIPT quote USER $USER quote PASS $PASSWD put $FILE... (1 Reply)
Discussion started by: rajsharma
1 Replies

3. Ubuntu

Wireless Acess Point Mapping

I am doing a site survey for possibly a new contract and am using kismet for analysis. The are several buildings and was wondering if there was a utility that will map out the location of access points o report and to help out with analyses. Is there anything in the open source community that can... (0 Replies)
Discussion started by: metallica1973
0 Replies

4. UNIX for Dummies Questions & Answers

Changing windows server alias name on windows or unix?

My situation is that we have production unix scripts that ftp files over to a windows server. I'm not sure if its a 2000 or 2003 server as I dont work on server, more on the unix side. It turns out that they are changing servers on the network. So they are migrating our data over from say Server 1... (1 Reply)
Discussion started by: NycUnxer
1 Replies

5. AIX

Ftp acess problem

Hello I've just installed openSSL and SSH on my AIX 5.3 TL04 and started having a problem with acces to ftp. When I try to log in to ftp on my AIX server, I always get message like this: "530 User root access denied". The same problem occurres with all users. Can anyone help me? Regards Pit (3 Replies)
Discussion started by: piooooter
3 Replies

6. UNIX for Dummies Questions & Answers

Acess HD from live CD

Ok, so say I boot off a live Knoppix CD. Is there any way I could access the harddrive (and files on it) from the live CD? Is it complicated? Thanks alot, John (3 Replies)
Discussion started by: jjvacc
3 Replies

7. UNIX for Dummies Questions & Answers

Acess to X server on AIX

Hello, I want to allow all users on my server (AIX 5.3) to have access to X server. If they export DISPLAY=localhost:0.0, they should be able do use X server on the same machine. What should I do to do it? I've read that I must create the /etc/X0.hosts file and place in it localhost. Would it be... (0 Replies)
Discussion started by: piooooter
0 Replies

8. UNIX for Dummies Questions & Answers

Acess DAT with SCO 3.2

Hi, I've just get a SCO UNIX computer that includes DAT reader. This computer also run a professionnal software i do not know. It runs Kornshell too. I tried so use ls /dev/rmt, but I always have the same files... so, I think /dev/rmt is not the right file. My question is : how can I get... (1 Reply)
Discussion started by: chodaboy
1 Replies

9. IP Networking

router and internat acess

Hello, My 2nd post... Here is my case: Now, I have a router. I have installed fresh freebsd and apache web server. I opened port 80 in router...and I am unable to access to it within my network if I use my 'external' IP. People not from my network however can acess to it. I also installed... (3 Replies)
Discussion started by: kasia
3 Replies

10. UNIX for Dummies Questions & Answers

compare files acess time

I need to compare x file with y file. If x file is newer than y file do xxxx; (I used touch -t yymmddxxx to chnage the time for y file) How can i do that? I tried use if then echo "Xxx";; fi But cant....any other good ways to do it? (2 Replies)
Discussion started by: AkumaTay
2 Replies
Login or Register to Ask a Question