![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions Questions involving Unix to Windows (Desktop or Server) go here. Any Windows/DOS questions should go here as well. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to connect to IE from Unix | ghanshyam | UNIX for Dummies Questions & Answers | 2 | 04-01-2008 10:14 PM |
| connect SQLSERVER from unix | samsonsimon | AIX | 2 | 02-05-2006 06:22 PM |
| how to connect to windows from unix ? | guhas | Shell Programming and Scripting | 2 | 12-19-2005 02:37 PM |
| missing Path(in UNIX) when i launch a job on to unix machine using windows SSh | megastar | UNIX for Advanced & Expert Users | 1 | 11-04-2005 04:36 AM |
| connect to Db2 thru Unix | ranj@tcs | Shell Programming and Scripting | 3 | 04-05-2005 06:11 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I've read some of the threads on here about ftping. It seems most relate to ftp-ing from one unix environment to another. What I'm looking for is a way to ftp files from unix out to an windows NT machine that is connected to a network. If anyone has a simple or complex example, I would sure appreciate any info. Thanks!
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
.........
when you are sitting on the winnt box you could use the ftp command "get" in wincmd ftp. when you would like to put files on your winbox when you are sitting on you unix-workstation, you have to set up an ftp_server... there are good 3rd partie softwares for non commercial use like: Cerberus FTP Server
greetings Preßy |
|
#3
|
|||
|
|||
|
thanks for the quick reply pressy, but don't have the flexibility of getting 3rd party software... and in the longrun it would benefit to have just have the environment to worry about. Thanks for the suggestion...
|
|
#4
|
||||
|
||||
|
Preßy, I think that he wants to run the ftp client on unix and connect to a ftp server on a NT box.
You cannot ftp into any system (NT or Unix) unless the system is running an ftp server. It is rare for a NT box to do this, but it happens. The NT ftp server is very much like a unix ftp server. One difference is that NT has a concept of a domain and you must use this together with a user name. If I had a NT account in a domain called unixfolks, I would give my user name as unixfolks/perderabo. Another difference is that the output from the ftp dir command looks like the output from an ms-dos dir command. You can use the command "site dirstyle" to make it look more unix-like. That really is about it. I have ftp'ed into an NT box as I write this (from a unix system) and I don't really notice too much else. |
|
#5
|
|||
|
|||
|
You can set up an ftp site on the NT box using IIS.
|
|
#6
|
|||
|
|||
|
Hi all,
first do we necessairly want to have a FTP server running before we start FTPing the files from unix box to NT box. can you people help me with some shell scripts which will help me in FTPing the file from Unix box to NT box. regards Ruchir
__________________
Ruchri |
|
#7
|
||||
|
||||
|
Quote:
|
||||
| Google The UNIX and Linux Forums |