![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Moving files from Unix box to a windows box | Preet | Shell Programming and Scripting | 2 | 05-13-2008 09:14 AM |
| Extracting files from corrupted tape | mart4179 | UNIX for Dummies Questions & Answers | 0 | 03-28-2008 03:40 AM |
| Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!! | haggo | Filesystems, Disks and Memory | 2 | 08-23-2006 08:39 AM |
| transfer of files via ftp from windows to unix | chambala5 | Shell Programming and Scripting | 1 | 11-09-2004 07:33 AM |
| converting files from unix to windows | jefft1976 | UNIX for Dummies Questions & Answers | 2 | 12-11-2001 03:29 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
Some applications were programmmed used OmniVox software on a Unix SCo machine. The Omniox software is an audiotext software. Then the files were FTP from the Unix machine to a Windows machine using WS-FTP. Then they were written on a CD which was sent to me.
I hope I've answered your question. Thanks. Quote:
|
| Forum Sponsor | ||
|
|
|
#9
|
||||
|
||||
|
The problem may have been when they were written to the cd. If you first tar the files from the original SCO server and then ftp them, you might be able to burn the cd and then be able to get them off of it on the your SCO system. Then extract the tar file (I would also use compression - either the compress or gzip utility for all of it) and install on your server. Or, ftp them straight from the one SCO to the other without burning to cd.
|
|
#10
|
||||
|
||||
|
You should have no problem if your burn your CD in ISO 9660 format and then mount in ISO 9660 format. If you simply burned the files to CD without insuring that the CD was in ISO 9660 , then the files were more-than-likely burned in the native filesystem of the Windows machine. You will have to mount the CD in using that filesystem type:
From one mount() man page: Quote:
|
||||
| Google The UNIX and Linux Forums |