![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions All Windows and DOS questions should go here as well. Discuss UNIX to Windows (Desktop or Server) here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| transfer file from unix to windows on same PC | monika | UNIX for Dummies Questions & Answers | 4 | 05-28-2008 06:35 AM |
| File transfer between unix and windows server | Tlg13team | HP-UX | 2 | 02-08-2008 10:40 AM |
| How to Transfer a whole Directory from unix to windows using FTP? | ramkumarm83 | IP Networking | 1 | 12-03-2006 12:32 PM |
| transfer of files via ftp from windows to unix | chambala5 | Shell Programming and Scripting | 1 | 11-09-2004 10:33 AM |
| Trying to transfer b/w Unix and Windows | dirtysparks | UNIX for Dummies Questions & Answers | 6 | 09-23-2003 01:59 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi,
My requirement is to connect to a windows system from unix fileserver and get some files then process them using shell scripting and database related stuff.it will generate some output.i have to copy again some files back to windows system at some directory. How do i connect to windows from unix? Does it need special connection establishments between these 2 unix and windows?if yes,could any one tell me the total procedure . So far i dealt with connection establishments between unix to unix by installing one servers public keys on the other server. How do i do it between unix and windows? thanks in advance. |
|
||||
|
You could use any one of the following protocols.
FTP, SMB, NFS, EMAIL, LPR/LPD, SSH, ODBC, HTTP Make a list of the server services and clients available on the two machines. Decide which machine is going to control the transfer. Decide if this is going to be a background batch process, or a user controlled interactive process. What protocols are you familiar with? |
|
||||
|
Hi,
Thanks for the reply.so far i have established connections between unix systems using ssh. so i am ok with SSH. Actually its Autosys controlled job.when the time comes autosys initiates this job ,so that ksh file attached to this job will execute.in that ksh file we have to write the code for connection to that windows system and gettting files from there and again connection to windows and putting files in windows server. Totally this is an automated job. How do i establish connection between windows and unix? and how do i connect to windows server from unix shell script. unix server is the controller. thanks in advance mohan.p |
|
||||
|
Acquire Windows SSH server software sshwindows.sf.net: OpenSSH for Windows
Add the required get and put statements for sftp into your ksh script. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| autosys |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|