Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
unix to windows file conversion
Name: Manoj Date: July 19, 2000 at 09:37:15 Pacific
Comment:
How do I move data files sitting on SCO unix to windows 2000 platform
Name: Th' Cat Date: July 20, 2000 at 01:35:28 Pacific
Reply:
Several ways. If both machines are on a newtork then you can use FTP to transport the data directly. Depending on the size, you could "tar" the files up, compress them and then use the "doscp A:" syntax to put them onto a floppy disk.
For more information about FTP type in "man ftp" on your UNIX box.
Hope this helps
Th' Cat
0
Response Number 2
Name: roy Date: November 19, 2000 at 08:30:50 Pacific
Reply:
Do you mean moving them to the DOS-format?
ux2dos unix_file > dos_file
0
Response Number 3
Name: sergio Date: October 8, 2001 at 16:23:25 Pacific
Reply:
I have windows NT,telnet to a Sun workstation, I know the ip address of the work statin where my data files are stored. whenever I need these files copy to my PC, I click on the start,run type ftp ip address, this open a window type in user name and password this will prompt you to a ftp>type hash for verbosity then type bin to conver to hex, then: ftp>get filename or path c:\ enter if you want to copy files from your pc to a workstatio follow the same steps but instead of the get command use the put command.
Summary: Good morning I need to transfer files from Unix to another server Windows NT. Our instructions on script are : ftp -v -n user quit That script execute ok from Unix to Unix, but not from Unix to W...
Summary: I looking for the exact syntax to RCP the set files from Unix to Windows NT, Can anybody tell me how to do RCP from Unix to Win NT. Thanks in Advance RK ...
Summary: Does RCP work to copy between unix and windows ? If it does .. If it doesnt, have you considered doing the opposite : getting the files from unix to windows, but initiated on the windows node ? You c...