Shikhar Bhushan
504637099d
copyright
2012-04-05 12:30:55 -04:00
Shikhar Bhushan
3026be282a
Refactored the local port forwarding API; give caller control over initializing and cleaning up the server socket used.
...
Also removed 'server socket factory' stuff from SocketClient.
2012-01-05 22:26:44 +00:00
Shikhar Bhushan
3267860db4
mass auto-format
2011-07-24 20:48:00 +01:00
Shikhar Bhushan
430ebe27ea
Future gets tryGet(), Event gets tryAwait(). ErrorListener disappears from StreamCopier. Socket/channel cleanups for local & remote port forwarding done more consistently with a separate monitoring thread.
2011-04-30 22:35:55 +01:00
Shikhar Bhushan
85abcb7aad
misc cleanups
2011-04-27 00:13:11 +01:00
Shikhar Bhushan
4de741359e
Deprecated Command#getOutputAsString() and Command#getErrorAsString() - same thing can now be done without any decoding ambiguity via IOUtils.pipeStream(InputStream) -> ByteArrayOutputStream
2011-04-24 19:18:09 +01:00
Shikhar Bhushan
ab705d7f2a
Consolidated stream copying logic
2011-04-24 19:07:08 +01:00
Shikhar Bhushan
a2c82de260
Carrying on with the file transfer interface refactoring
...
* Got rid of ModeGetter/ModeSetter, moved that to LocalFile
* Instead of InMemoryFile now InMemorySourceFile (wraps istream) and InMemoryDestFile (wraps ostream)
* Uploading with a LocalFile instance rather than String path
2011-04-05 21:51:03 +01:00
Shikhar Bhushan
2e70b56ba3
License header update
2011-04-05 11:12:25 +01:00
Shikhar Bhushan
da2cec8fa2
Add a timed join() method to Channel, update Exec example
2011-02-12 20:23:58 +00:00
Shikhar Bhushan
2882129211
reduce reliance on implicit channel close; add close() method to SFTP classes; update examples
2010-07-28 23:53:26 +01:00
Shikhar Bhushan
dc5ff451f0
manual backmerge from netling/
2010-05-21 22:56:19 +01:00
Shikhar Bhushan
ca07e0d25a
logback instead of log4j
2010-05-21 21:40:59 +01:00
Shikhar Bhushan
dd1be04a61
strange line wrap
2010-03-17 23:36:56 +01:00
Shikhar Bhushan
a1ab7bdc8f
transport/ reformat
2010-03-01 23:54:40 +01:00
Shikhar Bhushan
7106eed7a5
give examples some love
2010-02-28 20:13:36 +01:00
Shikhar Bhushan
c849b29cc1
had a temp. test in examples/
2010-02-27 17:23:54 +01:00
Shikhar Bhushan
1595e7a99c
import local
2010-02-27 15:36:58 +01:00