how to put a file from a unix system to a windows(2000) system ?

how to put a file from a unix system to a windows(2000) system ?

Post by Marco Geerli » Fri, 04 Jan 2002 20:25:53



Hi there,

Does anyone know how to put a file from a unix system to a windows(2000) system ?

thanks, Marco.

 
 
 

how to put a file from a unix system to a windows(2000) system ?

Post by Soonki L » Fri, 04 Jan 2002 22:26:32




>> Does anyone know how to put a file from a unix system to a windows(2000) system ?

>ftp ?  

samba as another one.

--
# Soonki Lee
# Network Systems Lab., KAIST, Korea

 
 
 

how to put a file from a unix system to a windows(2000) system ?

Post by Adam Pric » Fri, 04 Jan 2002 23:01:02



> Hi there,

> Does anyone know how to put a file from a unix system to a windows(2000) system ?

> thanks, Marco.

scp,ftp,samba,nfs,pcnfs,http,floppy disk,xmodem,ymodem,zmodem,e-mail,
cdrom,tape  and lots of other ways.
You need to be a little more specific about this, what is the file for,
do you need it to be byte for byte identical or functionally equivalent
after the transfer? Is it a big file or a small file? Do you have a
connection between the 2 machines if so what is it? Do you know what
peripherals are attached to the two machines?
What do you really want to do?
Hope this helps you to frame a better question,
Adam
 
 
 

how to put a file from a unix system to a windows(2000) system ?

Post by Marco Geerli » Sat, 05 Jan 2002 17:05:54




> > Hi there,

> > Does anyone know how to put a file from a unix system to a windows(2000) system ?

> > thanks, Marco.
> scp,ftp,samba,nfs,pcnfs,http,floppy disk,xmodem,ymodem,zmodem,e-mail,
> cdrom,tape  and lots of other ways.
> You need to be a little more specific about this, what is the file for,
> do you need it to be byte for byte identical or functionally equivalent
> after the transfer? Is it a big file or a small file? Do you have a
> connection between the 2 machines if so what is it? Do you know what
> peripherals are attached to the two machines?
> What do you really want to do?
> Hope this helps you to frame a better question,
> Adam

I want to copy ("put") a textfile from UNIX to a windows 2000 machine.
I have samba installed but samba works only in one direction ("get"
from a windows2000 system).

thanks,

 
 
 

how to put a file from a unix system to a windows(2000) system ?

Post by Adam Pric » Sat, 05 Jan 2002 18:19:18





> > > Hi there,

> > > Does anyone know how to put a file from a unix system to a windows(2000) system ?

> > > thanks, Marco.
> > scp,ftp,samba,nfs,pcnfs,http,floppy disk,xmodem,ymodem,zmodem,e-mail,
> > cdrom,tape  and lots of other ways.
> > You need to be a little more specific about this, what is the file for,
> > do you need it to be byte for byte identical or functionally equivalent
> > after the transfer? Is it a big file or a small file? Do you have a
> > connection between the 2 machines if so what is it? Do you know what
> > peripherals are attached to the two machines?
> > What do you really want to do?
> > Hope this helps you to frame a better question,
> > Adam

> I want to copy ("put") a textfile from UNIX to a windows 2000 machine.
> I have samba installed but samba works only in one direction ("get"
> from a windows2000 system).

> thanks,

Samba should work just fine,  set correct permissions on the NT box and
use smbclient.
If the problem is a samba problem then try comp.protocols.smb as a
place to get help.
Try using smbclient and 'put'ing the file, post any error you get
in detail. X-Post to comp.protocols.smb
Adam