![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 |
| How to map unix network dirver in windows | surainbow | SUN Solaris | 2 | 04-19-2007 08:11 AM |
| How send a file from UNIX to Windows with FTP | edzela | Shell Programming and Scripting | 1 | 08-28-2006 09:20 AM |
| How to send a trigger file from Unix to Windows | robw95 | UNIX for Dummies Questions & Answers | 0 | 04-12-2006 05:07 PM |
| Adding a Unix Server to a Windows 2000 Network | maestro | UNIX for Dummies Questions & Answers | 3 | 12-23-2004 09:59 AM |
| Copying file from Unix workspace to Windows Network | ashwanis | UNIX for Dummies Questions & Answers | 2 | 03-23-2004 02:07 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
send file from UNIX to windows across network
Is there an easy way (besides samba) to send a file from a unix server to a win98 machine across a network. I am on a SCO server and need to send the file to a windows machine so the program on the machine does not keep on looking for it on my server. It checks for a new file every couple of milla seconds so it bogs down my server. Any help is greatly appreciated.
Michael Stevens |
|
||||
|
Read the man pages on FTP (file transfer program) to learn about the many options...
You can PUT or GET, but probably easier to get file using the CMD window on you WINbox. c: (make sure you are on the c drive) FTP <server name or IP address here> username and password as prompted bin ( to enable transfer of binary files...ascii for ascii) cd to source directory get filename.ext bye |
|
|||||
|
If you're going from Unix to Windows, Samba may also work for you:
www.samba.org Setting up an FTP server on the Windows machine, and using the Unix machine as a client (just like above) may be better... You kind of just have to figure what's better for your needs. |
|
||||
|
I would suggest you either learn the command line entries for ftp on your windows machine... or simply download a ftp software application and install it on your windows machine..
go to www.download.com or www.shareware.com and search for ftp products.. some are shareware.. some are freeware.. WS_FTP LE for Windows 95/98/NT is one you can look at |
|
|||||
|
And if you don't want your FTP swingin' in the breeze for all to see, you can also copy files via SSH.
Under Win32 you can use the free suite of PuTTY tools located at http://www.chiark.greenend.org.uk/~s.../download.html for doing copies and FTP via SSH. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|