The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
UNIX - SCP File Transfer vijaykrc UNIX for Advanced & Expert Users 8 04-15-2008 11:18 PM
How to check for a directory during FTP from WinNT to HP-UNIX asifkhan High Level Programming 1 03-09-2006 04:20 AM
rcp from winnt to unix dfrangidis IP Networking 2 03-14-2002 08:16 AM
importing database from unix to winnt sadiecutie UNIX for Dummies Questions & Answers 4 08-15-2001 10:04 PM
File transfer from unix to NT box? jvacc IP Networking 10 06-28-2001 01:44 PM

Closed Thread
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 07-16-2001
Registered User
 

Join Date: Jul 2001
Posts: 1
Exclamation unix to winnt file transfer

how to pass files from unix to windows nt?help
Forum Sponsor
  #2  
Old 08-14-2001
Registered User
 

Join Date: Aug 2001
Location: bangalore
Posts: 5
use this utility

if u need via a GUI their is one utility called Windows commander probably u could use it. it is available at http://www.ghisler.com/ its a shareware

cheers
  #3  
Old 08-14-2001
ober5861's Avatar
Registered User
 

Join Date: Jul 2001
Location: Gettysburg, PA
Posts: 116
Ftp is the easiest way to do this. Most often, the Unix computer will have the FTP server running and all you have to do is connect to it from your NT box.

Open a command prompt under NT and type:

ftp 34.132.123.243

for example. To get more info on ftp, simply man ftp. If you need more help, please post back.
  #4  
Old 08-14-2001
Registered User
 

Join Date: Nov 2000
Location: India
Posts: 83
Hi

Ftp from your unix machine to the NT machine or from your NT machine to your UNIX m/c.
If you are ftping from your unix m/c to NT m/c then the commands are
ftp ip address of your NT m/c
send filename or put filename

If you are ftping from your NT m/c to your UNIX m/c Then the commands are
ftp ip address of your UNIX m/c
get filename

Hope this helps

Last edited by kapilv; 08-14-2001 at 11:39 AM.
  #5  
Old 08-14-2001
ober5861's Avatar
Registered User
 

Join Date: Jul 2001
Location: Gettysburg, PA
Posts: 116
Please keep in mind that if you are FTPing from the Unix box to the NT box, you must have a FTP daemon/server running on the NT box! Most Unix boxes come with some sort of FTP daemon built into them which is easily configured.
  #6  
Old 08-15-2001
cool1
Guest
 

Posts: n/a
Re: Hi

Quote:
Originally posted by kapilv
Ftp from your unix machine to the NT machine or from your NT machine to your UNIX m/c.
If you are ftping from your unix m/c to NT m/c then the commands are
ftp ip address of your NT m/c
send filename or put filename

If you are ftping from your NT m/c to your UNIX m/c Then the commands are
ftp ip address of your UNIX m/c
get filename

Hope this helps
Good lord....I can sorta understand what's written here. But just trying to get a clearer picture of what's written here. On a network and from an NT pc command line one can type ftp ip adresss and get a connection to another box (client/server). You then type put location/filename filename. Would those two commands mean that you have connected to a UNIX 'box' (from an NT m/c) and trying to transfer a file to a certain directory?

If so than the get and put commands above should be reversed. Y/N?. I'm using NT m/c and that's what i type inorder to put files into certain directories. Do i make sense (maybe not huh)?
  #7  
Old 08-15-2001
Registered User
 

Join Date: Jun 2001
Location: Jakarta, Indonesia
Posts: 7
Yes, let's try from your NT machine:
Open a CMD Window

At the prompt, say the "C:\" prompt:
C:\>ftp unix.machine.org

Then you will be asked your username and password at the unix machine (you have to have username and password on that unix machine). Typically they will prompt with the machine name, then
the username prompt, type your username, and then password.
If you succeed with the authentication, you will get an ftp prompt,
something like this:
ftp>

Of course when the authentication fail, you also get message telling that your name or password is wrong. If this is the case, just type in the ftp prompt:
ftp> user <your-username-at-unix-machine>

Then once, again you will be asked to enter your password.

Then you can put your file to that unix machine, say "myfile.txt". Type in the ftp prompt:

ftp> put myfile.txt

To quit, just type at the ftp prompt:

ftp>bye

Note:
There's some issues when ftp'ing files from NT to unixes, when you want to transfer plain text files, you need to type this:
ftp>ascii

But when transferring binary files, better don't forget to add
ftp>binary

between your authentication and your first 'put' or 'get'. Otherwise you may get a cluttered text files, or truncated binary files.


Happy ftp'ing,
qodoc
Google The UNIX and Linux Forums
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 12:32 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0