FTP & Writing to CDROM

C

ChauTu

Please help. I am in the process of writing a java program that will copy
files on a remote machine using FTP and then writing them onto a CDROM.

Please tell me what classes I should look into to use FTP. But the most
important question for me is, how do I tell the program to write files to a
CDROM - How will it know about the location, whether or not it is switched
on or if there's a disk inside.

Thanks if you can help
 
R

Roedy Green

But the most
important question for me is, how do I tell the program to write files to a
CDROM - How will it know about the location, whether or not it is switched
on or if there's a disk inside.

You need something like DirectCD that lets you treat it like a hard
disk.

The alternative is to create a list of files and feed it to the CD
burning software for a disc and once burning.
 
R

Roedy Green

You need something like DirectCD that lets you treat it like a hard
disk.

the problem with this approach is anyone reading the CD also needs
Roxio DirectCD installed.
 
M

Marcus Crafter

Hi There,

Sun bundles an FTP client with the Java runtime - sun.net.ftp.FtpClient
and related classes. There's also an FTP client at Jakarta Commons Net:
http://jakarta.apache.org/commons/net amongst other network transport
implementations.

If only need to burn CD's under Linux you could call mkisofs/cdrecord to
burn your cd from the command line?

Hope that helps.

Cheers,

Marcus

--
.....
,,$$$$$$$$$, Marcus Crafter
;$' '$$$$: Computer Systems Engineer
$: $$$$: ManageSoft GmbH
$ o_)$$$: 82-84 Mainzer Landstrasse
;$, _/\ &&:' 60327 Frankfurt Germany
' /( &&&
\_&&&&'
&&&&.
&&&&&&&:
 
N

nos

I have win XP pro and burning files onto CD is built in
so I don't need Roxio anything. And I can read them
on win NT 4.0.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

CDROM 1
Writing to CDROM 2
Help controlling CDROM from python 3
FTP 2
FTP 2
secure ftp 1
ftp ssl cert 9
How to detect cdrom drive... 3

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top