Entering edit mode
14.4 years ago
User 4686
▴
220
Hi all, I am doing a project on downloading of protein files from pdb (ftp)website by using java codes. Does anyone know how I can go about doing this?
hi khader, im sorry to say that I can only use java to go about downloading the files from there. Are there any source of help that I can get from anywhere?
I am sure that you can call the system commands from Java using run time execution function(I use system or `` in Perl) in Java. As the ftp script provided by RCSB is in shell script, you may easily call them via your Java program.