/* copy to diskus
socket = openSession(“shell”, “diskus");
if(!(file = fopen(argv[1], “r”))) {
printf(“Unable to open %s\n”, argv[1]);
exit(1);
}
rcpTo(file, socket, argv[1], atoi(argv[2]));
*/
/* copy from diskus
socket = openSession(“shell”, “diskus");
if(!(file = fopen(argv[2], “w”))) {
printf(“Unable to open %s\n”, argv[1]);
exit(1);
}
rcpFrom(socket, file, atoi(argv[1]));
*/
return 0;
}
File Formats
Diskus Technical Guide
12-42
Appendix
9100-0217-02 - SEP 95
Summary of Contents for Diskus
Page 1: ...Diskus Digital Disk Recorder Manual ...
Page 477: ...NOTES Diskus Operations Index 9100 0217 02 SEP 95 Index xvii ...
Page 478: ...NOTES Index Diskus Operations xviii Index 9100 0217 02 SEP 95 ...
Page 479: ...NOTES Diskus Operations Index 9100 0217 02 SEP 95 Index xix ...
Page 480: ...NOTES Index Diskus Operations xx Index 9100 0217 02 SEP 95 ...