Hi I have something like 10,000 files need to be uploaded from my desktop to my remote bsd server. when I try ftp it keep blow out during transfer. how do I use winzip to zip those files and upzip on server? Thanks, I know this might not be the right place. Thank you.
Are you looking to create a web service or web application to replace ftp? If so, J2SE includes a java.util.zip package for the purpose of reading and writing the zip format.
Matthew Phillips
Allen Chan
Ranch Hand
Joined: Jun 07, 2002
Posts: 64
posted
0
Thanks for quick reply. No, I just need to find out how do I use winzip to zip on my desck top and how to tar or gtar on unix, cas I try that it was not working. Any ideas?
Matthew Phillips
Ranch Hand
Joined: Mar 09, 2001
Posts: 2676
posted
0
You're question is more appropriate to the General Computing forum. I will move it there for you.
better solution: install cygwin and tar them all on your windows computer. Then ftp the tar to your unix computer and untar there. http://www.cygwin.com I believe it was. can never remember the tar commandline options, check the manpages for those.