Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #11797
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: How do I scp extremely large files |
| Date | 2012-02-06 17:21 -0800 |
| Organization | http://groups.google.com |
| Message-ID | <851500.10.1328577714941.JavaMail.geo-discussion-forums@pbboj1> (permalink) |
| References | <a7abf79b-a373-4f52-9c1c-6c24d509fbcb@o13g2000vbf.googlegroups.com> <7f3940d0-cc97-466d-87bf-7a420e53df5c@gi10g2000vbb.googlegroups.com> <c3594e5c-4f7d-4964-ba02-f59ed0145765@n12g2000yqb.googlegroups.com> |
Mike wrote: > Thanks for the response Robert. rsync is not an option. I cannot use > any outside software, open-source or otherwise. I believe you stated > just what I need to do... obtain a channel to read chunks from and > store locally. I'm just a little fuzzy on the details. Haven't done > much with channels or inputStreams for that matter. I gather Java doesn't count as "outside software". You can read these to get a start with streams, readers, channels and all that: <http://docs.oracle.com/javase/tutorial/essential/io/index.html> <http://docs.oracle.com/javase/tutorial/networking/sockets/index.html> the tutorials being a great place to start <http://docs.oracle.com/javase/tutorial/reallybigindex.html> if you just need the basics. Oracle has a ton more Java documentation besides the tutorials, of course, as does IBM Developerworks. -- Lew
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How do I scp extremely large files Mike <mikesmith813@gmail.com> - 2012-02-04 18:03 -0800
Re: How do I scp extremely large files Robert Klemme <shortcutter@googlemail.com> - 2012-02-05 23:54 -0800
Re: How do I scp extremely large files Mike <mikesmith813@gmail.com> - 2012-02-06 12:54 -0800
Re: How do I scp extremely large files Lew <lewbloch@gmail.com> - 2012-02-06 17:21 -0800
Re: How do I scp extremely large files Mike <mikesmith813@gmail.com> - 2012-02-08 16:29 -0800
Re: How do I scp extremely large files Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-02-08 21:19 -0800
Re: How do I scp extremely large files Eric Sosman <esosman@ieee-dot-org.invalid> - 2012-02-07 08:12 -0500
Re: How do I scp extremely large files Arne Vajhøj <arne@vajhoej.dk> - 2012-02-07 17:02 -0500
Re: How do I scp extremely large files Eric Sosman <esosman@ieee-dot-org.invalid> - 2012-02-07 20:47 -0500
Re: How do I scp extremely large files Arne Vajhøj <arne@vajhoej.dk> - 2012-02-07 20:56 -0500
Re: How do I scp extremely large files Robert Klemme <shortcutter@googlemail.com> - 2012-02-07 22:50 +0100
Re: How do I scp extremely large files Arne Vajhøj <arne@vajhoej.dk> - 2012-02-07 17:12 -0500
Re: How do I scp extremely large files Arne Vajhøj <arne@vajhoej.dk> - 2012-02-07 17:09 -0500
Re: How do I scp extremely large files Arne Vajhøj <arne@vajhoej.dk> - 2012-02-07 17:10 -0500
Re: How do I scp extremely large files Roedy Green <see_website@mindprod.com.invalid> - 2012-02-08 22:33 -0800
Re: How do I scp extremely large files Roedy Green <see_website@mindprod.com.invalid> - 2012-02-08 22:37 -0800
csiph-web