Link to home
Start Free TrialLog in
Avatar of dandman
dandman

asked on

uploading files to unix server

I need to upload a file from a Win 98 machine to a unix server.  I would like to do this within a batch file.  

I'm aware of the rcp.exe command which can copy files from an NT machine to a Unix server.

What's the easiest way to achieve this on my Win 98 machine?

Thanks.  
ASKER CERTIFIED SOLUTION
Avatar of webbr1
webbr1
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of garzajd
garzajd

yes I will agree. Using the FTP protocol is the easiest and fastest (that I know of) for automation file.
I have done the exact same thing at my work. I have batch files that will connect to my Unix machine and transfer files to and from my local machine and even other networked servers.
If you need help with the ftp commands let me know and I'll send you a sample of what I use
I'm glad I was able to help you, but oops I forgot to mention one thing...I believe you may need an NFS (Network File System) mount on the UNIX box - this can be done with 3rd party software one example I believe is a program called Samba.  UNC name should work as they are universal, but an NFS mount might offer different or more powerful options?  You may want to check into it - I don't work too much with such NFS UNIX mount software - just found this out through researching into your question.  Tks!