ftp connect from unix to NT machine

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions ftp connect from unix to NT machine
# 1  
Old 09-16-2003
Question ftp connect from unix to NT machine

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!
# 2  
Old 09-16-2003
.........

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  
Old 09-16-2003
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  
Old 09-16-2003
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  
Old 09-17-2003
You can set up an ftp site on the NT box using IIS.
# 6  
Old 07-28-2005
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
# 7  
Old 08-03-2005
Quote:
Originally Posted by 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.
The default directory listing style can also be set in the Internet Services Manager by right-clicking on the FTP site icon in question, clicking on preferences, then the 'Home Directory' tab. In the Directory Listing Style fram, click UNIX and hit apply.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to do ftp from UNIX to windows machine?

hi, i am using ftp command to transfer files from unix server to windows server using a web interface. there is a shell script which is called by the web page which executes a ftp command which (ftp) tries to connect to the windows machine and asks for username and password. so in order to... (6 Replies)
Discussion started by: Little
6 Replies

2. Linux

Unable to connect to Server machine from a client machine using ftp service

Hi, Could you please help me with the below issue.. I'm running RHEL6 OS on both server (192.168.0.10) and client machines (192.168.0.1). I'm trying to connect to server from the client machine using ftp service. I have installed vsftpd daemon on both the machines. I'm getting... (4 Replies)
Discussion started by: raosr020
4 Replies

3. IP Networking

How to transfer files from UNIX server to windows machine or vice versa using ftp or sftp commands?

hi, i want to write a shell script code which transfers files from a directory in unix server to a directory in a windows machine.. can any1 give me a sample code which uses ftp or sftp command.. thanks very much, (3 Replies)
Discussion started by: Little
3 Replies

4. UNIX for Advanced & Expert Users

FTP While transfering files to local machine to remote machine

Hi Am using unix Ksh Am getting the problem while transferring zero size files through the script . When i transfer zero size files from local machine to remote machine manually i can able to do it . My question its beause of zero size files am not able to transfer through script ? or its... (2 Replies)
Discussion started by: Venkatesh1
2 Replies

5. Virtualization and Cloud Computing

unable to connect internet on virtual machine

I have installed Oracle VM virtual box on Windows 7 and using LINUX (backtrack 5) as my virtual OS. The problem is i'm unable to connect to internet from my virtual OS. i'm using USB dongle (mobile broad band) to connect to internet from my host OS windows 7. I tried setting NAT in VM settings... (0 Replies)
Discussion started by: Arun_Linux
0 Replies

6. AIX

ftp connect in passive mode , ftp settings

how to connect to ftp server in passive mode? ftp server.abc and how can i see ftp settings, doesn't exist some ftpd.conf there is some other file where i check the options and configurations of ftp server? Thanks (3 Replies)
Discussion started by: prpkrk
3 Replies

7. Shell Programming and Scripting

ftp from windows to unix using a perl script on unix machine

i need to ftp a file from windows to a unix machine by executing a sript(perl/shell/php) from that unix machine.i can also use HTML and javascript to build forms. (3 Replies)
Discussion started by: raksha.s
3 Replies

8. UNIX for Dummies Questions & Answers

How to connect remotely to a unix machine

Hello, I am connecting on a machine equiped with Unix, via SSH Secure Shell. On this machine I am running a script and I would like this script to be able to connect to another (Unix) machine to run a different process. In other words: when I am connected on a machine, how can I execute a... (1 Reply)
Discussion started by: jolecanard
1 Replies

9. Shell Programming and Scripting

ftp script not able to connect to ftp server.

I have the following ftp script to get files from a remote location. However, on running the script I find that I am not even able to connect to ftp server. I am able to connect to ftp server using other GUI ftp tools like WS_FTP using the same IP. IP used here is a dummy IP. What can go... (3 Replies)
Discussion started by: gram77
3 Replies

10. Shell Programming and Scripting

Automatic FTP Script from windows to unix machine

Hi i need to FTP files from windows to unix(sun) machine using script. what are the scripts commands i need to use to transfer files Thanks (2 Replies)
Discussion started by: bmkreddy
2 Replies
Login or Register to Ask a Question